Html Css Color HEX #DED620 Barberry

📋 copy color: '#DED620'

red 222 ◦ green 214 ◦ blue 32

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

Shades of Barberry #DED620

Tints of Barberry #DED620

RGB

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

 GREEN value IS 214 (83.98% from 255) = 45.73%

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

R = 47.44%
G = 45.73%
B = 6.84%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#DED620 (or 0xDED620) is known color: Barberry. HEX triplet: DE, D6 and 20. RGB value is (222,214,32). Sum of RGB (Red+Green+Blue) = 222+214+32=468 (61% of max value = 765). Red value is 222 (87.11% from 255 or 47.44% from 468); Green value is 214 (83.98% from 255 or 45.73% from 468); Blue value is 32 (12.89% from 255 or 6.84% from 468); Max value from RGB is 222 - color contains mainly: red. Hex color #DED620 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DED620 is #2129DF. Grayscale: #C4C4C4. Windows color (decimal): -2173408 or 2152158. OLE color: 2152158.

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

Color convert

RGB 222 214 32 -
CMYK 0 0.04 0.86 0.13
HSL 57.47º 0.75% 0.5% -
HSV(B) 57.47º 0.86% 0.87% -
XYZ 54.43 63.73 10.8 -
YUV 195.64 35.65 146.8 -
System Red Green Blue C M Y K H S L
Decimal 222 214 32 0 0.04 0.86 0.13 57.47 0.75 0.5
Hex DE D6 20 0 4 56 D 39 4B 32
Octal 336 326 40 0 4 126 15 71 113 62
Binary 11011110 11010110 100000 0 100 1010110 1101 111001 1001011 110010

Color Harmonies of #DED620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED620

Black with #DED620

Text Example


Text Example

White with #DED620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED620; }

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

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

background-color css

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

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

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

border-color css

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

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

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