Html Css Color HEX #DCD620 Barberry

📋 copy color: '#DCD620'

red 220 ◦ green 214 ◦ blue 32

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

Shades of Barberry #DCD620

Tints of Barberry #DCD620

RGB

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

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

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

R = 47.21%
G = 45.92%
B = 6.87%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.85

 K value IS 0.14

RGB Variations

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

Color information

#DCD620 (or 0xDCD620) is known color: Barberry. HEX triplet: DC, D6 and 20. RGB value is (220,214,32). Sum of RGB (Red+Green+Blue) = 220+214+32=466 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.21% from 466); Green value is 214 (83.98% from 255 or 45.92% from 466); Blue value is 32 (12.89% from 255 or 6.87% from 466); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD620 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD620 is #2329DF. Grayscale: #C3C3C3. Windows color (decimal): -2304480 or 2152156. OLE color: 2152156.

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

Color convert

RGB 220 214 32 -
CMYK 0 0.03 0.85 0.14
HSL 58.09º 0.75% 0.49% -
HSV(B) 58.09º 0.85% 0.86% -
XYZ 53.82 63.41 10.77 -
YUV 195.05 35.99 145.8 -
System Red Green Blue C M Y K H S L
Decimal 220 214 32 0 0.03 0.85 0.14 58.09 0.75 0.49
Hex DC D6 20 0 3 55 E 3A 4B 31
Octal 334 326 40 0 3 125 16 72 113 61
Binary 11011100 11010110 100000 0 11 1010101 1110 111010 1001011 110001

Color Harmonies of #DCD620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD620

Black with #DCD620

Text Example


Text Example

White with #DCD620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD620; }

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

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

background-color css

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

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

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

border-color css

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

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

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