Html Css Color HEX #DFCB20 Sunflower

📋 copy color: '#DFCB20'

red 223 ◦ green 203 ◦ blue 32

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

Shades of Sunflower #DFCB20

Tints of Sunflower #DFCB20

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 6.99%

R = 48.69%
G = 44.32%
B = 6.99%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#DFCB20 (or 0xDFCB20) is known color: Sunflower. HEX triplet: DF, CB and 20. RGB value is (223,203,32). Sum of RGB (Red+Green+Blue) = 223+203+32=458 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.69% from 458); Green value is 203 (79.69% from 255 or 44.32% from 458); Blue value is 32 (12.89% from 255 or 6.99% from 458); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCB20 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFCB20 is #2034DF. Grayscale: #BEBEBE. Windows color (decimal): -2110688 or 2149343. OLE color: 2149343.

HSL color Cylindrical-coordinate representation of color #DFCB20: hue angle of 53.72º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DFCB20 is Cyan = 0, Magento = 0.09, Yellow = 0.86 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 203 32 -
CMYK 0 0.09 0.86 0.13
HSL 53.72º 0.75% 0.5% -
HSV(B) 53.72º 0.86% 0.87% -
XYZ 52.05 58.5 9.92 -
YUV 189.49 39.13 151.9 -
System Red Green Blue C M Y K H S L
Decimal 223 203 32 0 0.09 0.86 0.13 53.72 0.75 0.5
Hex DF CB 20 0 9 56 D 36 4B 32
Octal 337 313 40 0 11 126 15 66 113 62
Binary 11011111 11001011 100000 0 1001 1010110 1101 110110 1001011 110010

Color Harmonies of #DFCB20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFCB20

Black with #DFCB20

Text Example


Text Example

White with #DFCB20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFCB20; }

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

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

background-color css

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

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

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

border-color css

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

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

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