Html Css Color HEX #DCD215 Barberry

📋 copy color: '#DCD215'

red 220 ◦ green 210 ◦ blue 21

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

Shades of Barberry #DCD215

Tints of Barberry #DCD215

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 4.66%

R = 48.78%
G = 46.56%
B = 4.66%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.90

 K value IS 0.14

RGB Variations

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

Color information

#DCD215 (or 0xDCD215) is known color: Barberry. HEX triplet: DC, D2 and 15. RGB value is (220,210,21). Sum of RGB (Red+Green+Blue) = 220+210+21=451 (59% of max value = 765). Red value is 220 (86.33% from 255 or 48.78% from 451); Green value is 210 (82.42% from 255 or 46.56% from 451); Blue value is 21 (8.59% from 255 or 4.66% from 451); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD215 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCD215 is #232DEA. Grayscale: #C0C0C0. Windows color (decimal): -2305515 or 1430236. OLE color: 1430236.

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

Color convert

RGB 220 210 21 -
CMYK 0 0.05 0.90 0.14
HSL 56.98º 0.83% 0.47% -
HSV(B) 56.98º 0.9% 0.86% -
XYZ 52.7 61.36 9.78 -
YUV 191.44 31.81 148.37 -
System Red Green Blue C M Y K H S L
Decimal 220 210 21 0 0.05 0.90 0.14 56.98 0.83 0.47
Hex DC D2 15 0 5 5A E 39 53 2F
Octal 334 322 25 0 5 132 16 71 123 57
Binary 11011100 11010010 10101 0 101 1011010 1110 111001 1010011 101111

Color Harmonies of #DCD215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD215

Black with #DCD215

Text Example


Text Example

White with #DCD215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD215; }

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

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

background-color css

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

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

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

border-color css

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

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

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