Html Css Color HEX #DFB204 Sunflower

📋 copy color: '#DFB204'

red 223 ◦ green 178 ◦ blue 4

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

Shades of Sunflower #DFB204

Tints of Sunflower #DFB204

RGB

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

 GREEN value IS 178 (69.92% from 255) = 43.95%

 BLUE value IS 4 (1.95% from 255) = 0.99%

R = 55.06%
G = 43.95%
B = 0.99%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.98

 K value IS 0.13

RGB Variations

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

Color information

#DFB204 (or 0xDFB204) is known color: Sunflower. HEX triplet: DF, B2 and 04. RGB value is (223,178,4). Sum of RGB (Red+Green+Blue) = 223+178+4=405 (53% of max value = 765). Red value is 223 (87.5% from 255 or 55.06% from 405); Green value is 178 (69.92% from 255 or 43.95% from 405); Blue value is 4 (1.95% from 255 or 0.99% from 405); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB204 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DFB204 is #204DFB. Grayscale: #ACACAC. Windows color (decimal): -2117116 or 307935. OLE color: 307935.

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

Color convert

RGB 223 178 4 -
CMYK 0 0.20 0.98 0.13
HSL 47.67º 0.96% 0.45% -
HSV(B) 47.67º 0.98% 0.87% -
XYZ 46.37 47.54 6.85 -
YUV 171.62 33.41 164.65 -
System Red Green Blue C M Y K H S L
Decimal 223 178 4 0 0.20 0.98 0.13 47.67 0.96 0.45
Hex DF B2 4 0 14 62 D 30 60 2D
Octal 337 262 4 0 24 142 15 60 140 55
Binary 11011111 10110010 100 0 10100 1100010 1101 110000 1100000 101101

Color Harmonies of #DFB204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB204

Black with #DFB204

Text Example


Text Example

White with #DFB204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB204; }

 p { color: rgb(223,178,4); }

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

background-color css

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

 a { background-color: rgb(223,178,4); }

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

border-color css

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

 span { border-color: rgb(223,178,4); }

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