Html Css Color HEX #DEC204 Sunflower

📋 copy color: '#DEC204'

red 222 ◦ green 194 ◦ blue 4

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

Shades of Sunflower #DEC204

Tints of Sunflower #DEC204

RGB

 RED value IS 222 (87.11% from 255) = 52.86%

 GREEN value IS 194 (76.17% from 255) = 46.19%

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

R = 52.86%
G = 46.19%
B = 0.95%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.98

 K value IS 0.13

RGB Variations

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

Color information

#DEC204 (or 0xDEC204) is known color: Sunflower. HEX triplet: DE, C2 and 04. RGB value is (222,194,4). Sum of RGB (Red+Green+Blue) = 222+194+4=420 (55% of max value = 765). Red value is 222 (87.11% from 255 or 52.86% from 420); Green value is 194 (76.17% from 255 or 46.19% from 420); Blue value is 4 (1.95% from 255 or 0.95% from 420); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC204 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEC204 is #213DFB. Grayscale: #B5B5B5. Windows color (decimal): -2178556 or 312030. OLE color: 312030.

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

Color convert

RGB 222 194 4 -
CMYK 0 0.13 0.98 0.13
HSL 52.29º 0.96% 0.44% -
HSV(B) 52.29º 0.98% 0.87% -
XYZ 49.44 54.12 7.96 -
YUV 180.71 28.28 157.45 -
System Red Green Blue C M Y K H S L
Decimal 222 194 4 0 0.13 0.98 0.13 52.29 0.96 0.44
Hex DE C2 4 0 D 62 D 34 60 2C
Octal 336 302 4 0 15 142 15 64 140 54
Binary 11011110 11000010 100 0 1101 1100010 1101 110100 1100000 101100

Color Harmonies of #DEC204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEC204

Black with #DEC204

Text Example


Text Example

White with #DEC204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEC204; }

 p { color: rgb(222,194,4); }

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

background-color css

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

 a { background-color: rgb(222,194,4); }

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

border-color css

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

 span { border-color: rgb(222,194,4); }

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