Html Css Color HEX #DED820 Barberry

📋 copy color: '#DED820'

red 222 ◦ green 216 ◦ blue 32

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

Shades of Barberry #DED820

Tints of Barberry #DED820

RGB

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

 GREEN value IS 216 (84.77% from 255) = 45.96%

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

R = 47.23%
G = 45.96%
B = 6.81%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#DED820 (or 0xDED820) is known color: Barberry. HEX triplet: DE, D8 and 20. RGB value is (222,216,32). Sum of RGB (Red+Green+Blue) = 222+216+32=470 (62% of max value = 765). Red value is 222 (87.11% from 255 or 47.23% from 470); Green value is 216 (84.77% from 255 or 45.96% from 470); Blue value is 32 (12.89% from 255 or 6.81% from 470); Max value from RGB is 222 - color contains mainly: red. Hex color #DED820 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DED820 is #2127DF. Grayscale: #C5C5C5. Windows color (decimal): -2172896 or 2152670. OLE color: 2152670.

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

Color convert

RGB 222 216 32 -
CMYK 0 0.03 0.86 0.13
HSL 58.11º 0.75% 0.5% -
HSV(B) 58.11º 0.86% 0.87% -
XYZ 54.94 64.75 10.97 -
YUV 196.82 34.99 145.96 -
System Red Green Blue C M Y K H S L
Decimal 222 216 32 0 0.03 0.86 0.13 58.11 0.75 0.5
Hex DE D8 20 0 3 56 D 3A 4B 32
Octal 336 330 40 0 3 126 15 72 113 62
Binary 11011110 11011000 100000 0 11 1010110 1101 111010 1001011 110010

Color Harmonies of #DED820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED820

Black with #DED820

Text Example


Text Example

White with #DED820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED820; }

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

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

background-color css

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

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

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

border-color css

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

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

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