#D1C62C

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

Shades of Barberry #D1C62C

Tints of Barberry #D1C62C

Color information

#D1C62C (or 0xD1C62C) is unknown color: approx Barberry. HEX triplet: D1, C6 and 2C. RGB value is (209,198,44). Sum of RGB (Red+Green+Blue) = 209+198+44=451 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.34% from 451); Green value is 198 (77.73% from 255 or 43.90% from 451); Blue value is 44 (17.58% from 255 or 9.76% from 451); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C62C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1C62C is #2E39D3. Grayscale: #B8B8B8. Windows color (decimal): -3029460 or 2934481. OLE color: 2934481.

HSL color Cylindrical-coordinate representation of color #D1C62C: hue angle of 56º 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 #D1C62C is Cyan = 0, Magento = 0.05, Yellow = 0.79 and Black (K on CMYK) = 0.18.

Color convert

RGB20919844-
CMYK00.050.790.18
HSL56º65.22%49.61%-
HSV(B)56º78.95%81.96%-
XYZ46.9454.1310.36-
YUV183.7349.14146.02-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 46.34%
GREEN value IS 198 (77.73% from 255) = 43.90%
BLUE value IS 44 (17.58% from 255) = 9.76%
R=46.34%
G=43.90%
B=9.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.79
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091984400.050.790.185665.2249.61
HexD1C62C054F12384132
Octal3213065405117227010162
Binary110100011100011010110001011001111100101110001000001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1C62C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1C62C; }

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

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

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

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

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

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

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

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