#D5C528

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

Shades of Barberry #D5C528

Tints of Barberry #D5C528

Color information

#D5C528 (or 0xD5C528) is unknown color: approx Barberry. HEX triplet: D5, C5 and 28. RGB value is (213,197,40). Sum of RGB (Red+Green+Blue) = 213+197+40=450 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.33% from 450); Green value is 197 (77.34% from 255 or 43.78% from 450); Blue value is 40 (16.02% from 255 or 8.89% from 450); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C528 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5C528 is #2A3AD7. Grayscale: #B8B8B8. Windows color (decimal): -2767576 or 2672085. OLE color: 2672085.

HSL color Cylindrical-coordinate representation of color #D5C528: hue angle of 54.45º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D5C528 is Cyan = 0, Magento = 0.08, Yellow = 0.81 and Black (K on CMYK) = 0.16.

Color convert

RGB21319740-
CMYK00.080.810.16
HSL54.45º68.38%49.61%-
HSV(B)54.45º81.22%83.53%-
XYZ47.7954.239.96-
YUV183.8946.8148.77-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 47.33%
GREEN value IS 197 (77.34% from 255) = 43.78%
BLUE value IS 40 (16.02% from 255) = 8.89%
R=47.33%
G=43.78%
B=8.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.81
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131974000.080.810.1654.4568.3849.61
HexD5C528085110364432
Octal32530550010121206610462
Binary1101010111000101101000010001010001100001101101000100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5C528

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5C528; }

 p { color: rgb(213,197,40); }

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

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

 a { background-color: rgb(213,197,40); }

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

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

 span { border-color: rgb(213,197,40); }

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