#D5C322

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

Shades of Barberry #D5C322

Tints of Barberry #D5C322

Color information

#D5C322 (or 0xD5C322) is unknown color: approx Barberry. HEX triplet: D5, C3 and 22. RGB value is (213,195,34). Sum of RGB (Red+Green+Blue) = 213+195+34=442 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.19% from 442); Green value is 195 (76.56% from 255 or 44.12% from 442); Blue value is 34 (13.67% from 255 or 7.69% from 442); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C322 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5C322 is #2A3CDD. Grayscale: #B6B6B6. Windows color (decimal): -2768094 or 2278357. OLE color: 2278357.

HSL color Cylindrical-coordinate representation of color #D5C322: hue angle of 53.97º 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 #D5C322 is Cyan = 0, Magento = 0.08, Yellow = 0.84 and Black (K on CMYK) = 0.16.

Color convert

RGB21319534-
CMYK00.080.840.16
HSL53.97º72.47%48.43%-
HSV(B)53.97º84.04%83.53%-
XYZ47.2453.299.31-
YUV182.0344.46150.09-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 48.19%
GREEN value IS 195 (76.56% from 255) = 44.12%
BLUE value IS 34 (13.67% from 255) = 7.69%
R=48.19%
G=44.12%
B=7.69%

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
Decimal2131953400.080.840.1653.9772.4748.43
HexD5C322085410364830
Octal32530342010124206611060
Binary1101010111000011100010010001010100100001101101001000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5C322

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5C322; }

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

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

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

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

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

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

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

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