Html Css Color HEX #DECB20 Barberry

📋 copy color: '#DECB20'

red 222 ◦ green 203 ◦ blue 32

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

Shades of Barberry #DECB20

Tints of Barberry #DECB20

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 7%

R = 48.58%
G = 44.42%
B = 7%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#DECB20 (or 0xDECB20) is known color: Barberry. HEX triplet: DE, CB and 20. RGB value is (222,203,32). Sum of RGB (Red+Green+Blue) = 222+203+32=457 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.58% from 457); Green value is 203 (79.69% from 255 or 44.42% from 457); Blue value is 32 (12.89% from 255 or 7.00% from 457); Max value from RGB is 222 - color contains mainly: red. Hex color #DECB20 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DECB20 is #2134DF. Grayscale: #BDBDBD. Windows color (decimal): -2176224 or 2149342. OLE color: 2149342.

HSL color Cylindrical-coordinate representation of color #DECB20: hue angle of 54º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DECB20 is Cyan = 0, Magento = 0.09, Yellow = 0.86 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 203 32 -
CMYK 0 0.09 0.86 0.13
HSL 54º 0.75% 0.5% -
HSV(B) 54º 0.86% 0.87% -
XYZ 51.74 58.35 9.9 -
YUV 189.19 39.29 151.4 -
System Red Green Blue C M Y K H S L
Decimal 222 203 32 0 0.09 0.86 0.13 54 0.75 0.5
Hex DE CB 20 0 9 56 D 36 4B 32
Octal 336 313 40 0 11 126 15 66 113 62
Binary 11011110 11001011 100000 0 1001 1010110 1101 110110 1001011 110010

Color Harmonies of #DECB20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DECB20

Black with #DECB20

Text Example


Text Example

White with #DECB20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DECB20; }

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

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

background-color css

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

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

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

border-color css

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

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

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