Html Css Color HEX #DEC212 Sunflower

📋 copy color: '#DEC212'

red 222 ◦ green 194 ◦ blue 18

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

Shades of Sunflower #DEC212

Tints of Sunflower #DEC212

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.15%

R = 51.15%
G = 44.7%
B = 4.15%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.92

 K value IS 0.13

RGB Variations

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

Color information

#DEC212 (or 0xDEC212) is known color: Sunflower. HEX triplet: DE, C2 and 12. RGB value is (222,194,18). Sum of RGB (Red+Green+Blue) = 222+194+18=434 (57% of max value = 765). Red value is 222 (87.11% from 255 or 51.15% from 434); Green value is 194 (76.17% from 255 or 44.70% from 434); Blue value is 18 (7.42% from 255 or 4.15% from 434); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC212 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEC212 is #213DED. Grayscale: #B7B7B7. Windows color (decimal): -2178542 or 1229534. OLE color: 1229534.

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

Color convert

RGB 222 194 18 -
CMYK 0 0.13 0.92 0.13
HSL 51.76º 0.85% 0.47% -
HSV(B) 51.76º 0.92% 0.87% -
XYZ 49.53 54.16 8.42 -
YUV 182.31 35.28 156.31 -
System Red Green Blue C M Y K H S L
Decimal 222 194 18 0 0.13 0.92 0.13 51.76 0.85 0.47
Hex DE C2 12 0 D 5C D 34 55 2F
Octal 336 302 22 0 15 134 15 64 125 57
Binary 11011110 11000010 10010 0 1101 1011100 1101 110100 1010101 101111

Color Harmonies of #DEC212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEC212

Black with #DEC212

Text Example


Text Example

White with #DEC212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEC212; }

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

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

background-color css

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

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

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

border-color css

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

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

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