Html Css Color HEX #DEC210 Sunflower

📋 copy color: '#DEC210'

red 222 ◦ green 194 ◦ blue 16

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

Shades of Sunflower #DEC210

Tints of Sunflower #DEC210

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 3.7%

R = 51.39%
G = 44.91%
B = 3.7%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.93

 K value IS 0.13

RGB Variations

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

Color information

#DEC210 (or 0xDEC210) is known color: Sunflower. HEX triplet: DE, C2 and 10. RGB value is (222,194,16). Sum of RGB (Red+Green+Blue) = 222+194+16=432 (57% of max value = 765). Red value is 222 (87.11% from 255 or 51.39% from 432); Green value is 194 (76.17% from 255 or 44.91% from 432); Blue value is 16 (6.64% from 255 or 3.70% from 432); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC210 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEC210 is #213DEF. Grayscale: #B6B6B6. Windows color (decimal): -2178544 or 1098462. OLE color: 1098462.

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

Color convert

RGB 222 194 16 -
CMYK 0 0.13 0.93 0.13
HSL 51.84º 0.87% 0.47% -
HSV(B) 51.84º 0.93% 0.87% -
XYZ 49.51 54.15 8.33 -
YUV 182.08 34.28 156.47 -
System Red Green Blue C M Y K H S L
Decimal 222 194 16 0 0.13 0.93 0.13 51.84 0.87 0.47
Hex DE C2 10 0 D 5D D 34 57 2F
Octal 336 302 20 0 15 135 15 64 127 57
Binary 11011110 11000010 10000 0 1101 1011101 1101 110100 1010111 101111

Color Harmonies of #DEC210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEC210

Black with #DEC210

Text Example


Text Example

White with #DEC210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEC210; }

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

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

background-color css

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

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

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

border-color css

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

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

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