Html Css Color HEX #DED522 Barberry

📋 copy color: '#DED522'

red 222 ◦ green 213 ◦ blue 34

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

Shades of Barberry #DED522

Tints of Barberry #DED522

RGB

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

 GREEN value IS 213 (83.59% from 255) = 45.42%

 BLUE value IS 34 (13.67% from 255) = 7.25%

R = 47.33%
G = 45.42%
B = 7.25%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.85

 K value IS 0.13

RGB Variations

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

Color information

#DED522 (or 0xDED522) is known color: Barberry. HEX triplet: DE, D5 and 22. RGB value is (222,213,34). Sum of RGB (Red+Green+Blue) = 222+213+34=469 (62% of max value = 765). Red value is 222 (87.11% from 255 or 47.33% from 469); Green value is 213 (83.59% from 255 or 45.42% from 469); Blue value is 34 (13.67% from 255 or 7.25% from 469); Max value from RGB is 222 - color contains mainly: red. Hex color #DED522 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DED522 is #212ADD. Grayscale: #C4C4C4. Windows color (decimal): -2173662 or 2282974. OLE color: 2282974.

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

Color convert

RGB 222 213 34 -
CMYK 0 0.04 0.85 0.13
HSL 57.13º 0.74% 0.5% -
HSV(B) 57.13º 0.85% 0.87% -
XYZ 54.21 63.23 10.86 -
YUV 195.29 36.98 147.05 -
System Red Green Blue C M Y K H S L
Decimal 222 213 34 0 0.04 0.85 0.13 57.13 0.74 0.5
Hex DE D5 22 0 4 55 D 39 4A 32
Octal 336 325 42 0 4 125 15 71 112 62
Binary 11011110 11010101 100010 0 100 1010101 1101 111001 1001010 110010

Color Harmonies of #DED522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED522

Black with #DED522

Text Example


Text Example

White with #DED522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED522; }

 p { color: rgb(222,213,34); }

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

background-color css

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

 a { background-color: rgb(222,213,34); }

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

border-color css

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

 span { border-color: rgb(222,213,34); }

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