#D0C32E

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

Shades of Barberry #D0C32E

Tints of Barberry #D0C32E

Color information

#D0C32E (or 0xD0C32E) is unknown color: approx Barberry. HEX triplet: D0, C3 and 2E. RGB value is (208,195,46). Sum of RGB (Red+Green+Blue) = 208+195+46=449 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.33% from 449); Green value is 195 (76.56% from 255 or 43.43% from 449); Blue value is 46 (18.36% from 255 or 10.24% from 449); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C32E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0C32E is #2F3CD1. Grayscale: #B6B6B6. Windows color (decimal): -3095762 or 3064784. OLE color: 3064784.

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

Color convert

RGB20819546-
CMYK00.060.780.18
HSL55.19º63.78%49.8%-
HSV(B)55.19º77.88%81.57%-
XYZ46.0252.6410.32-
YUV181.951.31146.62-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 46.33%
GREEN value IS 195 (76.56% from 255) = 43.43%
BLUE value IS 46 (18.36% from 255) = 10.24%
R=46.33%
G=43.43%
B=10.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.78
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2081954600.060.780.1855.1963.7849.8
HexD0C32E064E12374032
Octal3203035606116226710062
Binary110100001100001110111001101001110100101101111000000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0C32E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0C32E; }

 p { color: rgb(208,195,46); }

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

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

 a { background-color: rgb(208,195,46); }

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

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

 span { border-color: rgb(208,195,46); }

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