Html Css Color HEX #DCD220 Barberry

📋 copy color: '#DCD220'

red 220 ◦ green 210 ◦ blue 32

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

Shades of Barberry #DCD220

Tints of Barberry #DCD220

RGB

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

 GREEN value IS 210 (82.42% from 255) = 45.45%

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

R = 47.62%
G = 45.45%
B = 6.93%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.85

 K value IS 0.14

RGB Variations

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

Color information

#DCD220 (or 0xDCD220) is known color: Barberry. HEX triplet: DC, D2 and 20. RGB value is (220,210,32). Sum of RGB (Red+Green+Blue) = 220+210+32=462 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.62% from 462); Green value is 210 (82.42% from 255 or 45.45% from 462); Blue value is 32 (12.89% from 255 or 6.93% from 462); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD220 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD220 is #232DDF. Grayscale: #C1C1C1. Windows color (decimal): -2305504 or 2151132. OLE color: 2151132.

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

Color convert

RGB 220 210 32 -
CMYK 0 0.05 0.85 0.14
HSL 56.81º 0.75% 0.49% -
HSV(B) 56.81º 0.85% 0.86% -
XYZ 52.82 61.41 10.44 -
YUV 192.7 37.31 147.47 -
System Red Green Blue C M Y K H S L
Decimal 220 210 32 0 0.05 0.85 0.14 56.81 0.75 0.49
Hex DC D2 20 0 5 55 E 39 4B 31
Octal 334 322 40 0 5 125 16 71 113 61
Binary 11011100 11010010 100000 0 101 1010101 1110 111001 1001011 110001

Color Harmonies of #DCD220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD220

Black with #DCD220

Text Example


Text Example

White with #DCD220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD220; }

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

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

background-color css

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

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

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

border-color css

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

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

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