Html Css Color HEX #DFCC16 Sunflower

📋 copy color: '#DFCC16'

red 223 ◦ green 204 ◦ blue 22

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

Shades of Sunflower #DFCC16

Tints of Sunflower #DFCC16

RGB

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

 GREEN value IS 204 (80.08% from 255) = 45.43%

 BLUE value IS 22 (8.98% from 255) = 4.9%

R = 49.67%
G = 45.43%
B = 4.9%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.90

 K value IS 0.13

RGB Variations

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

Color information

#DFCC16 (or 0xDFCC16) is known color: Sunflower. HEX triplet: DF, CC and 16. RGB value is (223,204,22). Sum of RGB (Red+Green+Blue) = 223+204+22=449 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.67% from 449); Green value is 204 (80.08% from 255 or 45.43% from 449); Blue value is 22 (8.98% from 255 or 4.90% from 449); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCC16 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFCC16 is #2033E9. Grayscale: #BDBDBD. Windows color (decimal): -2110442 or 1494239. OLE color: 1494239.

HSL color Cylindrical-coordinate representation of color #DFCC16: hue angle of 54.33º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DFCC16 is Cyan = 0, Magento = 0.09, Yellow = 0.90 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 204 22 -
CMYK 0 0.09 0.90 0.13
HSL 54.33º 0.82% 0.48% -
HSV(B) 54.33º 0.9% 0.87% -
XYZ 52.17 58.93 9.38 -
YUV 188.93 33.79 152.3 -
System Red Green Blue C M Y K H S L
Decimal 223 204 22 0 0.09 0.90 0.13 54.33 0.82 0.48
Hex DF CC 16 0 9 5A D 36 52 30
Octal 337 314 26 0 11 132 15 66 122 60
Binary 11011111 11001100 10110 0 1001 1011010 1101 110110 1010010 110000

Color Harmonies of #DFCC16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFCC16

Black with #DFCC16

Text Example


Text Example

White with #DFCC16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFCC16; }

 p { color: rgb(223,204,22); }

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

background-color css

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

 a { background-color: rgb(223,204,22); }

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

border-color css

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

 span { border-color: rgb(223,204,22); }

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