#D2C21D

Color #D2C21D Barberry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Barberry #D2C21D

Tints of Barberry #D2C21D

Color information

#D2C21D (or 0xD2C21D) is unknown color: approx Barberry. HEX triplet: D2, C2 and 1D. RGB value is (210,194,29). Sum of RGB (Red+Green+Blue) = 210+194+29=433 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.50% from 433); Green value is 194 (76.17% from 255 or 44.80% from 433); Blue value is 29 (11.72% from 255 or 6.70% from 433); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C21D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2C21D is #2D3DE2. Grayscale: #B4B4B4. Windows color (decimal): -2964963 or 1950418. OLE color: 1950418.

HSL color Cylindrical-coordinate representation of color #D2C21D: hue angle of 54.7º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D2C21D is Cyan = 0, Magento = 0.08, Yellow = 0.86 and Black (K on CMYK) = 0.18.

Color convert

RGB21019429-
CMYK00.080.860.18
HSL54.7º75.73%46.86%-
HSV(B)54.7º86.19%82.35%-
XYZ46.0952.378.84-
YUV179.9742.8149.42-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 48.50%
GREEN value IS 194 (76.17% from 255) = 44.80%
BLUE value IS 29 (11.72% from 255) = 6.70%
R=48.50%
G=44.80%
B=6.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.86
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2101942900.080.860.1854.775.7346.86
HexD2C21D085612374c2f
Octal32230235010126226711457
Binary110100101100001011101010001010110100101101111001100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2C21D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2C21D; }

 p { color: rgb(210,194,29); }

 H1.HeaderClassName
 {
   color: #D2C21D;
 }
 .AnyTagClassName
 {
   color: #D2C21D;
 }
</style>
background-color css

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

 a { background-color: rgb(210,194,29); }

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

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

 span { border-color: rgb(210,194,29); }

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