Html Css Color HEX #DCD212 Barberry

📋 copy color: '#DCD212'

red 220 ◦ green 210 ◦ blue 18

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

Shades of Barberry #DCD212

Tints of Barberry #DCD212

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.02%

R = 49.11%
G = 46.88%
B = 4.02%

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

#DCD212 (or 0xDCD212) is known color: Barberry. HEX triplet: DC, D2 and 12. RGB value is (220,210,18). Sum of RGB (Red+Green+Blue) = 220+210+18=448 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.11% from 448); Green value is 210 (82.42% from 255 or 46.88% from 448); Blue value is 18 (7.42% from 255 or 4.02% from 448); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD212 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCD212 is #232DED. Grayscale: #BFBFBF. Windows color (decimal): -2305518 or 1233628. OLE color: 1233628.

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

Color convert

RGB 220 210 18 -
CMYK 0 0.05 0.92 0.14
HSL 57.03º 0.85% 0.47% -
HSV(B) 57.03º 0.92% 0.86% -
XYZ 52.67 61.35 9.64 -
YUV 191.1 30.31 148.61 -
System Red Green Blue C M Y K H S L
Decimal 220 210 18 0 0.05 0.92 0.14 57.03 0.85 0.47
Hex DC D2 12 0 5 5C E 39 55 2F
Octal 334 322 22 0 5 134 16 71 125 57
Binary 11011100 11010010 10010 0 101 1011100 1110 111001 1010101 101111

Color Harmonies of #DCD212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD212

Black with #DCD212

Text Example


Text Example

White with #DCD212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD212; }

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

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

background-color css

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

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

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

border-color css

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

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

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