Html Css Color HEX #DEC412 Sunflower

📋 copy color: '#DEC412'

red 222 ◦ green 196 ◦ blue 18

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

Shades of Sunflower #DEC412

Tints of Sunflower #DEC412

RGB

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

 GREEN value IS 196 (76.95% from 255) = 44.95%

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

R = 50.92%
G = 44.95%
B = 4.13%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.92

 K value IS 0.13

RGB Variations

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

Color information

#DEC412 (or 0xDEC412) is known color: Sunflower. HEX triplet: DE, C4 and 12. RGB value is (222,196,18). Sum of RGB (Red+Green+Blue) = 222+196+18=436 (57% of max value = 765). Red value is 222 (87.11% from 255 or 50.92% from 436); Green value is 196 (76.95% from 255 or 44.95% from 436); Blue value is 18 (7.42% from 255 or 4.13% from 436); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC412 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEC412 is #213BED. Grayscale: #B8B8B8. Windows color (decimal): -2178030 or 1230046. OLE color: 1230046.

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

Color convert

RGB 222 196 18 -
CMYK 0 0.12 0.92 0.13
HSL 52.35º 0.85% 0.47% -
HSV(B) 52.35º 0.92% 0.87% -
XYZ 49.97 55.05 8.56 -
YUV 183.48 34.61 155.47 -
System Red Green Blue C M Y K H S L
Decimal 222 196 18 0 0.12 0.92 0.13 52.35 0.85 0.47
Hex DE C4 12 0 C 5C D 34 55 2F
Octal 336 304 22 0 14 134 15 64 125 57
Binary 11011110 11000100 10010 0 1100 1011100 1101 110100 1010101 101111

Color Harmonies of #DEC412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEC412

Black with #DEC412

Text Example


Text Example

White with #DEC412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEC412; }

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

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

background-color css

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

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

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

border-color css

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

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

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