Html Css Color HEX #DCD221 Barberry

📋 copy color: '#DCD221'

red 220 ◦ green 210 ◦ blue 33

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

Shades of Barberry #DCD221

Tints of Barberry #DCD221

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 7.13%

R = 47.52%
G = 45.36%
B = 7.13%

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

#DCD221 (or 0xDCD221) is known color: Barberry. HEX triplet: DC, D2 and 21. RGB value is (220,210,33). Sum of RGB (Red+Green+Blue) = 220+210+33=463 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.52% from 463); Green value is 210 (82.42% from 255 or 45.36% from 463); Blue value is 33 (13.28% from 255 or 7.13% from 463); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD221 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD221 is #232DDE. Grayscale: #C1C1C1. Windows color (decimal): -2305503 or 2216668. OLE color: 2216668.

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

Color convert

RGB 220 210 33 -
CMYK 0 0.05 0.85 0.14
HSL 56.79º 0.74% 0.5% -
HSV(B) 56.79º 0.85% 0.86% -
XYZ 52.84 61.42 10.51 -
YUV 192.81 37.81 147.39 -
System Red Green Blue C M Y K H S L
Decimal 220 210 33 0 0.05 0.85 0.14 56.79 0.74 0.5
Hex DC D2 21 0 5 55 E 39 4A 32
Octal 334 322 41 0 5 125 16 71 112 62
Binary 11011100 11010010 100001 0 101 1010101 1110 111001 1001010 110010

Color Harmonies of #DCD221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD221

Black with #DCD221

Text Example


Text Example

White with #DCD221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD221; }

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

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

background-color css

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

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

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

border-color css

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

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

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