Html Css Color HEX #DEC012 Sunflower

📋 copy color: '#DEC012'

red 222 ◦ green 192 ◦ blue 18

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

Shades of Sunflower #DEC012

Tints of Sunflower #DEC012

RGB

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

 GREEN value IS 192 (75.39% from 255) = 44.44%

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

R = 51.39%
G = 44.44%
B = 4.17%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.92

 K value IS 0.13

RGB Variations

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

Color information

#DEC012 (or 0xDEC012) is known color: Sunflower. HEX triplet: DE, C0 and 12. RGB value is (222,192,18). Sum of RGB (Red+Green+Blue) = 222+192+18=432 (57% of max value = 765). Red value is 222 (87.11% from 255 or 51.39% from 432); Green value is 192 (75.39% from 255 or 44.44% from 432); Blue value is 18 (7.42% from 255 or 4.17% from 432); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC012 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEC012 is #213FED. Grayscale: #B5B5B5. Windows color (decimal): -2179054 or 1229022. OLE color: 1229022.

HSL color Cylindrical-coordinate representation of color #DEC012: hue angle of 51.18º 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 #DEC012 is Cyan = 0, Magento = 0.14, Yellow = 0.92 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 192 18 -
CMYK 0 0.14 0.92 0.13
HSL 51.18º 0.85% 0.47% -
HSV(B) 51.18º 0.92% 0.87% -
XYZ 49.08 53.27 8.27 -
YUV 181.13 35.94 157.15 -
System Red Green Blue C M Y K H S L
Decimal 222 192 18 0 0.14 0.92 0.13 51.18 0.85 0.47
Hex DE C0 12 0 E 5C D 33 55 2F
Octal 336 300 22 0 16 134 15 63 125 57
Binary 11011110 11000000 10010 0 1110 1011100 1101 110011 1010101 101111

Color Harmonies of #DEC012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEC012

Black with #DEC012

Text Example


Text Example

White with #DEC012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEC012; }

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

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

background-color css

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

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

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

border-color css

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

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

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