Html Css Color HEX #DCD211 Barberry

📋 copy color: '#DCD211'

red 220 ◦ green 210 ◦ blue 17

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

Shades of Barberry #DCD211

Tints of Barberry #DCD211

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 3.8%

R = 49.22%
G = 46.98%
B = 3.8%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.92

 K value IS 0.14

RGB Variations

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

Color information

#DCD211 (or 0xDCD211) is known color: Barberry. HEX triplet: DC, D2 and 11. RGB value is (220,210,17). Sum of RGB (Red+Green+Blue) = 220+210+17=447 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.22% from 447); Green value is 210 (82.42% from 255 or 46.98% from 447); Blue value is 17 (7.03% from 255 or 3.80% from 447); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD211 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCD211 is #232DEE. Grayscale: #BFBFBF. Windows color (decimal): -2305519 or 1168092. OLE color: 1168092.

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

Color convert

RGB 220 210 17 -
CMYK 0 0.05 0.92 0.14
HSL 57.04º 0.86% 0.46% -
HSV(B) 57.04º 0.92% 0.86% -
XYZ 52.66 61.35 9.6 -
YUV 190.99 29.81 148.69 -
System Red Green Blue C M Y K H S L
Decimal 220 210 17 0 0.05 0.92 0.14 57.04 0.86 0.46
Hex DC D2 11 0 5 5C E 39 56 2E
Octal 334 322 21 0 5 134 16 71 126 56
Binary 11011100 11010010 10001 0 101 1011100 1110 111001 1010110 101110

Color Harmonies of #DCD211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD211

Black with #DCD211

Text Example


Text Example

White with #DCD211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD211; }

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

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

background-color css

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

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

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

border-color css

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

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

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