Html Css Color HEX #DECB21 Barberry

📋 copy color: '#DECB21'

red 222 ◦ green 203 ◦ blue 33

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

Shades of Barberry #DECB21

Tints of Barberry #DECB21

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 7.21%

R = 48.47%
G = 44.32%
B = 7.21%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.85

 K value IS 0.13

RGB Variations

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

Color information

#DECB21 (or 0xDECB21) is known color: Barberry. HEX triplet: DE, CB and 21. RGB value is (222,203,33). Sum of RGB (Red+Green+Blue) = 222+203+33=458 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.47% from 458); Green value is 203 (79.69% from 255 or 44.32% from 458); Blue value is 33 (13.28% from 255 or 7.21% from 458); Max value from RGB is 222 - color contains mainly: red. Hex color #DECB21 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DECB21 is #2134DE. Grayscale: #BEBEBE. Windows color (decimal): -2176223 or 2214878. OLE color: 2214878.

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

Color convert

RGB 222 203 33 -
CMYK 0 0.09 0.85 0.13
HSL 53.97º 0.74% 0.5% -
HSV(B) 53.97º 0.85% 0.87% -
XYZ 51.75 58.35 9.97 -
YUV 189.3 39.79 151.32 -
System Red Green Blue C M Y K H S L
Decimal 222 203 33 0 0.09 0.85 0.13 53.97 0.74 0.5
Hex DE CB 21 0 9 55 D 36 4A 32
Octal 336 313 41 0 11 125 15 66 112 62
Binary 11011110 11001011 100001 0 1001 1010101 1101 110110 1001010 110010

Color Harmonies of #DECB21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DECB21

Black with #DECB21

Text Example


Text Example

White with #DECB21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DECB21; }

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

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

background-color css

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

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

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

border-color css

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

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

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