Html Css Color HEX #DCD21C Barberry

📋 copy color: '#DCD21C'

red 220 ◦ green 210 ◦ blue 28

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

Shades of Barberry #DCD21C

Tints of Barberry #DCD21C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 6.11%

R = 48.03%
G = 45.85%
B = 6.11%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.87

 K value IS 0.14

RGB Variations

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

Color information

#DCD21C (or 0xDCD21C) is known color: Barberry. HEX triplet: DC, D2 and 1C. RGB value is (220,210,28). Sum of RGB (Red+Green+Blue) = 220+210+28=458 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.03% from 458); Green value is 210 (82.42% from 255 or 45.85% from 458); Blue value is 28 (11.33% from 255 or 6.11% from 458); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD21C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD21C is #232DE3. Grayscale: #C0C0C0. Windows color (decimal): -2305508 or 1888988. OLE color: 1888988.

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

Color convert

RGB 220 210 28 -
CMYK 0 0.05 0.87 0.14
HSL 56.88º 0.77% 0.49% -
HSV(B) 56.88º 0.87% 0.86% -
XYZ 52.77 61.39 10.17 -
YUV 192.24 35.31 147.8 -
System Red Green Blue C M Y K H S L
Decimal 220 210 28 0 0.05 0.87 0.14 56.88 0.77 0.49
Hex DC D2 1C 0 5 57 E 39 4D 31
Octal 334 322 34 0 5 127 16 71 115 61
Binary 11011100 11010010 11100 0 101 1010111 1110 111001 1001101 110001

Color Harmonies of #DCD21C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD21C

Black with #DCD21C

Text Example


Text Example

White with #DCD21C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD21C; }

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

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

background-color css

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

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

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

border-color css

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

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

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