#D1BD2C

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

Shades of Barberry #D1BD2C

Tints of Barberry #D1BD2C

Color information

#D1BD2C (or 0xD1BD2C) is unknown color: approx Barberry. HEX triplet: D1, BD and 2C. RGB value is (209,189,44). Sum of RGB (Red+Green+Blue) = 209+189+44=442 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.29% from 442); Green value is 189 (74.22% from 255 or 42.76% from 442); Blue value is 44 (17.58% from 255 or 9.95% from 442); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BD2C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1BD2C is #2E42D3. Grayscale: #B3B3B3. Windows color (decimal): -3031764 or 2932177. OLE color: 2932177.

HSL color Cylindrical-coordinate representation of color #D1BD2C: hue angle of 52.73º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D1BD2C is Cyan = 0, Magento = 0.10, Yellow = 0.79 and Black (K on CMYK) = 0.18.

Color convert

RGB20918944-
CMYK00.100.790.18
HSL52.73º65.22%49.61%-
HSV(B)52.73º78.95%81.96%-
XYZ44.9550.139.69-
YUV178.4552.13149.79-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 47.29%
GREEN value IS 189 (74.22% from 255) = 42.76%
BLUE value IS 44 (17.58% from 255) = 9.95%
R=47.29%
G=42.76%
B=9.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.79
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091894400.100.790.1852.7365.2249.61
HexD1BD2C0A4F12354132
Octal32127554012117226510162
Binary1101000110111101101100010101001111100101101011000001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1BD2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1BD2C; }

 p { color: rgb(209,189,44); }

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

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

 a { background-color: rgb(209,189,44); }

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

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

 span { border-color: rgb(209,189,44); }

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