Html Css Color HEX #DCD820 Barberry

📋 copy color: '#DCD820'

red 220 ◦ green 216 ◦ blue 32

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

Shades of Barberry #DCD820

Tints of Barberry #DCD820

RGB

 RED value IS 220 (86.33% from 255) = 47.01%

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

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

R = 47.01%
G = 46.15%
B = 6.84%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.85

 K value IS 0.14

RGB Variations

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

Color information

#DCD820 (or 0xDCD820) is known color: Barberry. HEX triplet: DC, D8 and 20. RGB value is (220,216,32). Sum of RGB (Red+Green+Blue) = 220+216+32=468 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.01% from 468); Green value is 216 (84.77% from 255 or 46.15% from 468); Blue value is 32 (12.89% from 255 or 6.84% from 468); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD820 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD820 is #2327DF. Grayscale: #C4C4C4. Windows color (decimal): -2303968 or 2152668. OLE color: 2152668.

HSL color Cylindrical-coordinate representation of color #DCD820: hue angle of 58.72º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DCD820 is Cyan = 0, Magento = 0.02, Yellow = 0.85 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 216 32 -
CMYK 0 0.02 0.85 0.14
HSL 58.72º 0.75% 0.49% -
HSV(B) 58.72º 0.85% 0.86% -
XYZ 54.33 64.43 10.94 -
YUV 196.22 35.33 144.96 -
System Red Green Blue C M Y K H S L
Decimal 220 216 32 0 0.02 0.85 0.14 58.72 0.75 0.49
Hex DC D8 20 0 2 55 E 3B 4B 31
Octal 334 330 40 0 2 125 16 73 113 61
Binary 11011100 11011000 100000 0 10 1010101 1110 111011 1001011 110001

Color Harmonies of #DCD820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD820

Black with #DCD820

Text Example


Text Example

White with #DCD820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD820; }

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

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

background-color css

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

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

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

border-color css

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

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

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