Html Css Color HEX #DED420 Barberry

📋 copy color: '#DED420'

red 222 ◦ green 212 ◦ blue 32

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

Shades of Barberry #DED420

Tints of Barberry #DED420

RGB

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

 GREEN value IS 212 (83.2% from 255) = 45.49%

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

R = 47.64%
G = 45.49%
B = 6.87%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#DED420 (or 0xDED420) is known color: Barberry. HEX triplet: DE, D4 and 20. RGB value is (222,212,32). Sum of RGB (Red+Green+Blue) = 222+212+32=466 (61% of max value = 765). Red value is 222 (87.11% from 255 or 47.64% from 466); Green value is 212 (83.20% from 255 or 45.49% from 466); Blue value is 32 (12.89% from 255 or 6.87% from 466); Max value from RGB is 222 - color contains mainly: red. Hex color #DED420 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DED420 is #212BDF. Grayscale: #C3C3C3. Windows color (decimal): -2173920 or 2151646. OLE color: 2151646.

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

Color convert

RGB 222 212 32 -
CMYK 0 0.05 0.86 0.13
HSL 56.84º 0.75% 0.5% -
HSV(B) 56.84º 0.86% 0.87% -
XYZ 53.93 62.72 10.63 -
YUV 194.47 36.31 147.64 -
System Red Green Blue C M Y K H S L
Decimal 222 212 32 0 0.05 0.86 0.13 56.84 0.75 0.5
Hex DE D4 20 0 5 56 D 39 4B 32
Octal 336 324 40 0 5 126 15 71 113 62
Binary 11011110 11010100 100000 0 101 1010110 1101 111001 1001011 110010

Color Harmonies of #DED420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED420

Black with #DED420

Text Example


Text Example

White with #DED420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED420; }

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

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

background-color css

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

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

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

border-color css

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

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

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