Html Css Color HEX #DCD720 Barberry

📋 copy color: '#DCD720'

red 220 ◦ green 215 ◦ blue 32

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

Shades of Barberry #DCD720

Tints of Barberry #DCD720

RGB

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

 GREEN value IS 215 (84.38% from 255) = 46.04%

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

R = 47.11%
G = 46.04%
B = 6.85%

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

#DCD720 (or 0xDCD720) is known color: Barberry. HEX triplet: DC, D7 and 20. RGB value is (220,215,32). Sum of RGB (Red+Green+Blue) = 220+215+32=467 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.11% from 467); Green value is 215 (84.38% from 255 or 46.04% from 467); Blue value is 32 (12.89% from 255 or 6.85% from 467); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD720 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD720 is #2328DF. Grayscale: #C4C4C4. Windows color (decimal): -2304224 or 2152412. OLE color: 2152412.

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

Color convert

RGB 220 215 32 -
CMYK 0 0.02 0.85 0.14
HSL 58.4º 0.75% 0.49% -
HSV(B) 58.4º 0.85% 0.86% -
XYZ 54.08 63.92 10.85 -
YUV 195.63 35.66 145.38 -
System Red Green Blue C M Y K H S L
Decimal 220 215 32 0 0.02 0.85 0.14 58.4 0.75 0.49
Hex DC D7 20 0 2 55 E 3A 4B 31
Octal 334 327 40 0 2 125 16 72 113 61
Binary 11011100 11010111 100000 0 10 1010101 1110 111010 1001011 110001

Color Harmonies of #DCD720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD720

Black with #DCD720

Text Example


Text Example

White with #DCD720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD720; }

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

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

background-color css

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

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

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

border-color css

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

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

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