Html Css Color HEX #DFD208 Sunflower

📋 copy color: '#DFD208'

red 223 ◦ green 210 ◦ blue 8

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

Shades of Sunflower #DFD208

Tints of Sunflower #DFD208

RGB

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

 GREEN value IS 210 (82.42% from 255) = 47.62%

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

R = 50.57%
G = 47.62%
B = 1.81%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.96

 K value IS 0.13

RGB Variations

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

Color information

#DFD208 (or 0xDFD208) is known color: Sunflower. HEX triplet: DF, D2 and 08. RGB value is (223,210,8). Sum of RGB (Red+Green+Blue) = 223+210+8=441 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.57% from 441); Green value is 210 (82.42% from 255 or 47.62% from 441); Blue value is 8 (3.52% from 255 or 1.81% from 441); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD208 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFD208 is #202DF7. Grayscale: #BFBFBF. Windows color (decimal): -2108920 or 578271. OLE color: 578271.

HSL color Cylindrical-coordinate representation of color #DFD208: hue angle of 56.37º 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 #DFD208 is Cyan = 0, Magento = 0.06, Yellow = 0.96 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 210 8 -
CMYK 0 0.06 0.96 0.13
HSL 56.37º 0.93% 0.45% -
HSV(B) 56.37º 0.96% 0.87% -
XYZ 53.52 61.8 9.34 -
YUV 190.86 24.81 150.93 -
System Red Green Blue C M Y K H S L
Decimal 223 210 8 0 0.06 0.96 0.13 56.37 0.93 0.45
Hex DF D2 8 0 6 60 D 38 5D 2D
Octal 337 322 10 0 6 140 15 70 135 55
Binary 11011111 11010010 1000 0 110 1100000 1101 111000 1011101 101101

Color Harmonies of #DFD208

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFD208

Black with #DFD208

Text Example


Text Example

White with #DFD208

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFD208; }

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

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

background-color css

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

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

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

border-color css

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

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

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