Html Css Color HEX #DECC12 Sunflower

📋 copy color: '#DECC12'

red 222 ◦ green 204 ◦ blue 18

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

Shades of Sunflower #DECC12

Tints of Sunflower #DECC12

RGB

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

 GREEN value IS 204 (80.08% from 255) = 45.95%

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

R = 50%
G = 45.95%
B = 4.05%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.92

 K value IS 0.13

RGB Variations

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

Color information

#DECC12 (or 0xDECC12) is known color: Sunflower. HEX triplet: DE, CC and 12. RGB value is (222,204,18). Sum of RGB (Red+Green+Blue) = 222+204+18=444 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50% from 444); Green value is 204 (80.08% from 255 or 45.95% from 444); Blue value is 18 (7.42% from 255 or 4.05% from 444); Max value from RGB is 222 - color contains mainly: red. Hex color #DECC12 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DECC12 is #2133ED. Grayscale: #BCBCBC. Windows color (decimal): -2175982 or 1232094. OLE color: 1232094.

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

Color convert

RGB 222 204 18 -
CMYK 0 0.08 0.92 0.13
HSL 54.71º 0.85% 0.47% -
HSV(B) 54.71º 0.92% 0.87% -
XYZ 51.83 58.76 9.18 -
YUV 188.18 31.96 152.12 -
System Red Green Blue C M Y K H S L
Decimal 222 204 18 0 0.08 0.92 0.13 54.71 0.85 0.47
Hex DE CC 12 0 8 5C D 37 55 2F
Octal 336 314 22 0 10 134 15 67 125 57
Binary 11011110 11001100 10010 0 1000 1011100 1101 110111 1010101 101111

Color Harmonies of #DECC12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DECC12

Black with #DECC12

Text Example


Text Example

White with #DECC12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DECC12; }

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

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

background-color css

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

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

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

border-color css

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

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

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