Html Css Color HEX #DCD420 Barberry

📋 copy color: '#DCD420'

red 220 ◦ green 212 ◦ blue 32

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

Shades of Barberry #DCD420

Tints of Barberry #DCD420

RGB

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

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

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

R = 47.41%
G = 45.69%
B = 6.9%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.85

 K value IS 0.14

RGB Variations

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

Color information

#DCD420 (or 0xDCD420) is known color: Barberry. HEX triplet: DC, D4 and 20. RGB value is (220,212,32). Sum of RGB (Red+Green+Blue) = 220+212+32=464 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.41% from 464); Green value is 212 (83.20% from 255 or 45.69% from 464); Blue value is 32 (12.89% from 255 or 6.90% from 464); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD420 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD420 is #232BDF. Grayscale: #C2C2C2. Windows color (decimal): -2304992 or 2151644. OLE color: 2151644.

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

Color convert

RGB 220 212 32 -
CMYK 0 0.04 0.85 0.14
HSL 57.45º 0.75% 0.49% -
HSV(B) 57.45º 0.85% 0.86% -
XYZ 53.32 62.41 10.6 -
YUV 193.87 36.65 146.64 -
System Red Green Blue C M Y K H S L
Decimal 220 212 32 0 0.04 0.85 0.14 57.45 0.75 0.49
Hex DC D4 20 0 4 55 E 39 4B 31
Octal 334 324 40 0 4 125 16 71 113 61
Binary 11011100 11010100 100000 0 100 1010101 1110 111001 1001011 110001

Color Harmonies of #DCD420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD420

Black with #DCD420

Text Example


Text Example

White with #DCD420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD420; }

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

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

background-color css

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

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

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

border-color css

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

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

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