Html Css Color HEX #DED521 Barberry

📋 copy color: '#DED521'

red 222 ◦ green 213 ◦ blue 33

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

Shades of Barberry #DED521

Tints of Barberry #DED521

RGB

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

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

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

R = 47.44%
G = 45.51%
B = 7.05%

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

#DED521 (or 0xDED521) is known color: Barberry. HEX triplet: DE, D5 and 21. RGB value is (222,213,33). Sum of RGB (Red+Green+Blue) = 222+213+33=468 (61% of max value = 765). Red value is 222 (87.11% from 255 or 47.44% from 468); Green value is 213 (83.59% from 255 or 45.51% from 468); Blue value is 33 (13.28% from 255 or 7.05% from 468); Max value from RGB is 222 - color contains mainly: red. Hex color #DED521 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DED521 is #212ADE. Grayscale: #C3C3C3. Windows color (decimal): -2173663 or 2217438. OLE color: 2217438.

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

Color convert

RGB 222 213 33 -
CMYK 0 0.04 0.85 0.13
HSL 57.14º 0.74% 0.5% -
HSV(B) 57.14º 0.85% 0.87% -
XYZ 54.19 63.23 10.79 -
YUV 195.17 36.48 147.14 -
System Red Green Blue C M Y K H S L
Decimal 222 213 33 0 0.04 0.85 0.13 57.14 0.74 0.5
Hex DE D5 21 0 4 55 D 39 4A 32
Octal 336 325 41 0 4 125 15 71 112 62
Binary 11011110 11010101 100001 0 100 1010101 1101 111001 1001010 110010

Color Harmonies of #DED521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED521

Black with #DED521

Text Example


Text Example

White with #DED521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED521; }

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

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

background-color css

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

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

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

border-color css

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

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

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