Html Css Color HEX #DFC208 Sunflower

📋 copy color: '#DFC208'

red 223 ◦ green 194 ◦ blue 8

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

Shades of Sunflower #DFC208

Tints of Sunflower #DFC208

RGB

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

 GREEN value IS 194 (76.17% from 255) = 45.65%

 BLUE value IS 8 (3.52% from 255) = 1.88%

R = 52.47%
G = 45.65%
B = 1.88%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.96

 K value IS 0.13

RGB Variations

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

Color information

#DFC208 (or 0xDFC208) is known color: Sunflower. HEX triplet: DF, C2 and 08. RGB value is (223,194,8). Sum of RGB (Red+Green+Blue) = 223+194+8=425 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.47% from 425); Green value is 194 (76.17% from 255 or 45.65% from 425); Blue value is 8 (3.52% from 255 or 1.88% from 425); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC208 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFC208 is #203DF7. Grayscale: #B6B6B6. Windows color (decimal): -2113016 or 574175. OLE color: 574175.

HSL color Cylindrical-coordinate representation of color #DFC208: hue angle of 51.91º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DFC208 is Cyan = 0, Magento = 0.13, Yellow = 0.96 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 194 8 -
CMYK 0 0.13 0.96 0.13
HSL 51.91º 0.93% 0.45% -
HSV(B) 51.91º 0.96% 0.87% -
XYZ 49.77 54.29 8.09 -
YUV 181.47 30.11 157.62 -
System Red Green Blue C M Y K H S L
Decimal 223 194 8 0 0.13 0.96 0.13 51.91 0.93 0.45
Hex DF C2 8 0 D 60 D 34 5D 2D
Octal 337 302 10 0 15 140 15 64 135 55
Binary 11011111 11000010 1000 0 1101 1100000 1101 110100 1011101 101101

Color Harmonies of #DFC208

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFC208

Black with #DFC208

Text Example


Text Example

White with #DFC208

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFC208; }

 p { color: rgb(223,194,8); }

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

background-color css

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

 a { background-color: rgb(223,194,8); }

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

border-color css

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

 span { border-color: rgb(223,194,8); }

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