Html Css Color HEX #DFB205 Sunflower

📋 copy color: '#DFB205'

red 223 ◦ green 178 ◦ blue 5

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

Shades of Sunflower #DFB205

Tints of Sunflower #DFB205

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.23%

R = 54.93%
G = 43.84%
B = 1.23%

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

#DFB205 (or 0xDFB205) is known color: Sunflower. HEX triplet: DF, B2 and 05. RGB value is (223,178,5). Sum of RGB (Red+Green+Blue) = 223+178+5=406 (53% of max value = 765). Red value is 223 (87.5% from 255 or 54.93% from 406); Green value is 178 (69.92% from 255 or 43.84% from 406); Blue value is 5 (2.34% from 255 or 1.23% from 406); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB205 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DFB205 is #204DFA. Grayscale: #ACACAC. Windows color (decimal): -2117115 or 373471. OLE color: 373471.

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

Color convert

RGB 223 178 5 -
CMYK 0 0.20 0.98 0.13
HSL 47.61º 0.96% 0.45% -
HSV(B) 47.61º 0.98% 0.87% -
XYZ 46.38 47.54 6.88 -
YUV 171.73 33.91 164.57 -
System Red Green Blue C M Y K H S L
Decimal 223 178 5 0 0.20 0.98 0.13 47.61 0.96 0.45
Hex DF B2 5 0 14 62 D 30 60 2D
Octal 337 262 5 0 24 142 15 60 140 55
Binary 11011111 10110010 101 0 10100 1100010 1101 110000 1100000 101101

Color Harmonies of #DFB205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB205

Black with #DFB205

Text Example


Text Example

White with #DFB205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB205; }

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

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

background-color css

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

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

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

border-color css

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

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

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