Html Css Color HEX #DFCB05 Sunflower

📋 copy color: '#DFCB05'

red 223 ◦ green 203 ◦ blue 5

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

Shades of Sunflower #DFCB05

Tints of Sunflower #DFCB05

RGB

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

 GREEN value IS 203 (79.69% from 255) = 47.1%

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

R = 51.74%
G = 47.1%
B = 1.16%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.98

 K value IS 0.13

RGB Variations

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

Color information

#DFCB05 (or 0xDFCB05) is known color: Sunflower. HEX triplet: DF, CB and 05. RGB value is (223,203,5). Sum of RGB (Red+Green+Blue) = 223+203+5=431 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.74% from 431); Green value is 203 (79.69% from 255 or 47.10% from 431); Blue value is 5 (2.34% from 255 or 1.16% from 431); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCB05 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFCB05 is #2034FA. Grayscale: #BBBBBB. Windows color (decimal): -2110715 or 379871. OLE color: 379871.

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

Color convert

RGB 223 203 5 -
CMYK 0 0.09 0.98 0.13
HSL 54.5º 0.96% 0.45% -
HSV(B) 54.5º 0.98% 0.87% -
XYZ 51.81 58.41 8.69 -
YUV 186.41 25.63 154.1 -
System Red Green Blue C M Y K H S L
Decimal 223 203 5 0 0.09 0.98 0.13 54.5 0.96 0.45
Hex DF CB 5 0 9 62 D 36 60 2D
Octal 337 313 5 0 11 142 15 66 140 55
Binary 11011111 11001011 101 0 1001 1100010 1101 110110 1100000 101101

Color Harmonies of #DFCB05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFCB05

Black with #DFCB05

Text Example


Text Example

White with #DFCB05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFCB05; }

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

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

background-color css

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

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

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

border-color css

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

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

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