Html Css Color HEX #DECC11 Sunflower

📋 copy color: '#DECC11'

red 222 ◦ green 204 ◦ blue 17

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

Shades of Sunflower #DECC11

Tints of Sunflower #DECC11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 3.84%

R = 50.11%
G = 46.05%
B = 3.84%

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

#DECC11 (or 0xDECC11) is known color: Sunflower. HEX triplet: DE, CC and 11. RGB value is (222,204,17). Sum of RGB (Red+Green+Blue) = 222+204+17=443 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50.11% from 443); Green value is 204 (80.08% from 255 or 46.05% from 443); Blue value is 17 (7.03% from 255 or 3.84% from 443); Max value from RGB is 222 - color contains mainly: red. Hex color #DECC11 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DECC11 is #2133EE. Grayscale: #BCBCBC. Windows color (decimal): -2175983 or 1166558. OLE color: 1166558.

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

Color convert

RGB 222 204 17 -
CMYK 0 0.08 0.92 0.13
HSL 54.73º 0.86% 0.47% -
HSV(B) 54.73º 0.92% 0.87% -
XYZ 51.82 58.76 9.14 -
YUV 188.06 31.46 152.21 -
System Red Green Blue C M Y K H S L
Decimal 222 204 17 0 0.08 0.92 0.13 54.73 0.86 0.47
Hex DE CC 11 0 8 5C D 37 56 2F
Octal 336 314 21 0 10 134 15 67 126 57
Binary 11011110 11001100 10001 0 1000 1011100 1101 110111 1010110 101111

Color Harmonies of #DECC11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DECC11

Black with #DECC11

Text Example


Text Example

White with #DECC11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DECC11; }

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

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

background-color css

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

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

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

border-color css

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

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

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