Html Css Color HEX #DEC512 Sunflower

📋 copy color: '#DEC512'

red 222 ◦ green 197 ◦ blue 18

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

Shades of Sunflower #DEC512

Tints of Sunflower #DEC512

RGB

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

 GREEN value IS 197 (77.34% from 255) = 45.08%

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

R = 50.8%
G = 45.08%
B = 4.12%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.92

 K value IS 0.13

RGB Variations

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

Color information

#DEC512 (or 0xDEC512) is known color: Sunflower. HEX triplet: DE, C5 and 12. RGB value is (222,197,18). Sum of RGB (Red+Green+Blue) = 222+197+18=437 (57% of max value = 765). Red value is 222 (87.11% from 255 or 50.80% from 437); Green value is 197 (77.34% from 255 or 45.08% from 437); Blue value is 18 (7.42% from 255 or 4.12% from 437); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC512 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEC512 is #213AED. Grayscale: #B8B8B8. Windows color (decimal): -2177774 or 1230302. OLE color: 1230302.

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

Color convert

RGB 222 197 18 -
CMYK 0 0.11 0.92 0.13
HSL 52.65º 0.85% 0.47% -
HSV(B) 52.65º 0.92% 0.87% -
XYZ 50.2 55.51 8.64 -
YUV 184.07 34.28 155.05 -
System Red Green Blue C M Y K H S L
Decimal 222 197 18 0 0.11 0.92 0.13 52.65 0.85 0.47
Hex DE C5 12 0 B 5C D 35 55 2F
Octal 336 305 22 0 13 134 15 65 125 57
Binary 11011110 11000101 10010 0 1011 1011100 1101 110101 1010101 101111

Color Harmonies of #DEC512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEC512

Black with #DEC512

Text Example


Text Example

White with #DEC512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEC512; }

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

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

background-color css

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

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

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

border-color css

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

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

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