Html Css Color HEX #DFD434 Starship

📋 copy color: '#DFD434'

red 223 ◦ green 212 ◦ blue 52

#DFD434
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Starship #DFD434

Tints of Starship #DFD434

RGB

 RED value IS 223 (87.5% from 255) = 45.79%

 GREEN value IS 212 (83.2% from 255) = 43.53%

 BLUE value IS 52 (20.7% from 255) = 10.68%

R = 45.79%
G = 43.53%
B = 10.68%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.77

 K value IS 0.13

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#DFD434 (or 0xDFD434) is known color: Starship. HEX triplet: DF, D4 and 34. RGB value is (223,212,52). Sum of RGB (Red+Green+Blue) = 223+212+52=487 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.79% from 487); Green value is 212 (83.20% from 255 or 43.53% from 487); Blue value is 52 (20.70% from 255 or 10.68% from 487); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD434 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFD434 is #202BCB. Grayscale: #C5C5C5. Windows color (decimal): -2108364 or 3462367. OLE color: 3462367.

HSL color Cylindrical-coordinate representation of color #DFD434: hue angle of 56.14º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DFD434 is Cyan = 0, Magento = 0.05, Yellow = 0.77 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 212 52 -
CMYK 0 0.05 0.77 0.13
HSL 56.14º 0.73% 0.54% -
HSV(B) 56.14º 0.77% 0.87% -
XYZ 54.59 63.02 12.54 -
YUV 197.05 46.14 146.51 -
System Red Green Blue C M Y K H S L
Decimal 223 212 52 0 0.05 0.77 0.13 56.14 0.73 0.54
Hex DF D4 34 0 5 4D D 38 49 36
Octal 337 324 64 0 5 115 15 70 111 66
Binary 11011111 11010100 110100 0 101 1001101 1101 111000 1001001 110110

Color Harmonies of #DFD434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFD434

Black with #DFD434

Text Example


Text Example

White with #DFD434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFD434; }

 p { color: rgb(223,212,52); }

 H1.HeaderClassName
 {
   color: #DFD434;
 }
 .AnyTagClassName
 {
   color: #DFD434;
 }
</style>

background-color css

<style>
 a { background-color: #DFD434; }

 a { background-color: rgb(223,212,52); }

 div.DivClassName
 {
   background-color: #DFD434;
 }
 .BgClassName
 {
   background-color: #DFD434;
 }
</style>

border-color css

<style>
 span { border-color: #DFD434; }

 span { border-color: rgb(223,212,52); }

 td.TdClassName
 {
   border-color: #DFD434;
 }
 .TagClassName
 {
   border-color: #DFD434;
 }
</style>