Html Css Color HEX #DECB11 Sunflower

📋 copy color: '#DECB11'

red 222 ◦ green 203 ◦ blue 17

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

Shades of Sunflower #DECB11

Tints of Sunflower #DECB11

RGB

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

 GREEN value IS 203 (79.69% from 255) = 45.93%

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

R = 50.23%
G = 45.93%
B = 3.85%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.92

 K value IS 0.13

RGB Variations

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

Color information

#DECB11 (or 0xDECB11) is known color: Sunflower. HEX triplet: DE, CB and 11. RGB value is (222,203,17). Sum of RGB (Red+Green+Blue) = 222+203+17=442 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50.23% from 442); Green value is 203 (79.69% from 255 or 45.93% from 442); Blue value is 17 (7.03% from 255 or 3.85% from 442); Max value from RGB is 222 - color contains mainly: red. Hex color #DECB11 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DECB11 is #2134EE. Grayscale: #BCBCBC. Windows color (decimal): -2176239 or 1166302. OLE color: 1166302.

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

Color convert

RGB 222 203 17 -
CMYK 0 0.09 0.92 0.13
HSL 54.44º 0.86% 0.47% -
HSV(B) 54.44º 0.92% 0.87% -
XYZ 51.58 58.28 9.06 -
YUV 187.48 31.79 152.62 -
System Red Green Blue C M Y K H S L
Decimal 222 203 17 0 0.09 0.92 0.13 54.44 0.86 0.47
Hex DE CB 11 0 9 5C D 36 56 2F
Octal 336 313 21 0 11 134 15 66 126 57
Binary 11011110 11001011 10001 0 1001 1011100 1101 110110 1010110 101111

Color Harmonies of #DECB11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DECB11

Black with #DECB11

Text Example


Text Example

White with #DECB11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DECB11; }

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

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

background-color css

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

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

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

border-color css

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

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

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