Html Css Color HEX #DECC1E Barberry

📋 copy color: '#DECC1E'

red 222 ◦ green 204 ◦ blue 30

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

Shades of Barberry #DECC1E

Tints of Barberry #DECC1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 6.58%

R = 48.68%
G = 44.74%
B = 6.58%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#DECC1E (or 0xDECC1E) is known color: Barberry. HEX triplet: DE, CC and 1E. RGB value is (222,204,30). Sum of RGB (Red+Green+Blue) = 222+204+30=456 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.68% from 456); Green value is 204 (80.08% from 255 or 44.74% from 456); Blue value is 30 (12.11% from 255 or 6.58% from 456); Max value from RGB is 222 - color contains mainly: red. Hex color #DECC1E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DECC1E is #2133E1. Grayscale: #BEBEBE. Windows color (decimal): -2175970 or 2018526. OLE color: 2018526.

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

Color convert

RGB 222 204 30 -
CMYK 0 0.08 0.86 0.13
HSL 54.38º 0.76% 0.49% -
HSV(B) 54.38º 0.86% 0.87% -
XYZ 51.95 58.81 9.84 -
YUV 189.55 37.96 151.15 -
System Red Green Blue C M Y K H S L
Decimal 222 204 30 0 0.08 0.86 0.13 54.38 0.76 0.49
Hex DE CC 1E 0 8 56 D 36 4C 31
Octal 336 314 36 0 10 126 15 66 114 61
Binary 11011110 11001100 11110 0 1000 1010110 1101 110110 1001100 110001

Color Harmonies of #DECC1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DECC1E

Black with #DECC1E

Text Example


Text Example

White with #DECC1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DECC1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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