#D5C522

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

Shades of Barberry #D5C522

Tints of Barberry #D5C522

Color information

#D5C522 (or 0xD5C522) is unknown color: approx Barberry. HEX triplet: D5, C5 and 22. RGB value is (213,197,34). Sum of RGB (Red+Green+Blue) = 213+197+34=444 (58% of max value = 765). Red value is 213 (83.59% from 255 or 47.97% from 444); Green value is 197 (77.34% from 255 or 44.37% from 444); Blue value is 34 (13.67% from 255 or 7.66% from 444); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C522 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5C522 is #2A3ADD. Grayscale: #B7B7B7. Windows color (decimal): -2767582 or 2278869. OLE color: 2278869.

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

Color convert

RGB21319734-
CMYK00.080.840.16
HSL54.64º72.47%48.43%-
HSV(B)54.64º84.04%83.53%-
XYZ47.754.199.46-
YUV183.243.8149.25-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 47.97%
GREEN value IS 197 (77.34% from 255) = 44.37%
BLUE value IS 34 (13.67% from 255) = 7.66%
R=47.97%
G=44.37%
B=7.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.84
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131973400.080.840.1654.6472.4748.43
HexD5C522085410374830
Octal32530542010124206711060
Binary1101010111000101100010010001010100100001101111001000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5C522

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5C522; }

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

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

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

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

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

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

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

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