Html Css Color HEX #DECB16 Sunflower

📋 copy color: '#DECB16'

red 222 ◦ green 203 ◦ blue 22

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

Shades of Sunflower #DECB16

Tints of Sunflower #DECB16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 4.92%

R = 49.66%
G = 45.41%
B = 4.92%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.90

 K value IS 0.13

RGB Variations

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

Color information

#DECB16 (or 0xDECB16) is known color: Sunflower. HEX triplet: DE, CB and 16. RGB value is (222,203,22). Sum of RGB (Red+Green+Blue) = 222+203+22=447 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.66% from 447); Green value is 203 (79.69% from 255 or 45.41% from 447); Blue value is 22 (8.98% from 255 or 4.92% from 447); Max value from RGB is 222 - color contains mainly: red. Hex color #DECB16 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DECB16 is #2134E9. Grayscale: #BCBCBC. Windows color (decimal): -2176234 or 1493982. OLE color: 1493982.

HSL color Cylindrical-coordinate representation of color #DECB16: hue angle of 54.3º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DECB16 is Cyan = 0, Magento = 0.09, Yellow = 0.90 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 203 22 -
CMYK 0 0.09 0.90 0.13
HSL 54.3º 0.82% 0.48% -
HSV(B) 54.3º 0.9% 0.87% -
XYZ 51.62 58.3 9.29 -
YUV 188.05 34.29 152.22 -
System Red Green Blue C M Y K H S L
Decimal 222 203 22 0 0.09 0.90 0.13 54.3 0.82 0.48
Hex DE CB 16 0 9 5A D 36 52 30
Octal 336 313 26 0 11 132 15 66 122 60
Binary 11011110 11001011 10110 0 1001 1011010 1101 110110 1010010 110000

Color Harmonies of #DECB16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DECB16

Black with #DECB16

Text Example


Text Example

White with #DECB16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DECB16; }

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

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

background-color css

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

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

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

border-color css

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

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

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