#D5D312

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

Shades of Barberry #D5D312

Tints of Barberry #D5D312

Color information

#D5D312 (or 0xD5D312) is unknown color: approx Barberry. HEX triplet: D5, D3 and 12. RGB value is (213,211,18). Sum of RGB (Red+Green+Blue) = 213+211+18=442 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.19% from 442); Green value is 211 (82.81% from 255 or 47.74% from 442); Blue value is 18 (7.42% from 255 or 4.07% from 442); Max value from RGB is 213 - color contains mainly: red. Hex color #D5D312 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D5D312 is #2A2CED. Grayscale: #BEBEBE. Windows color (decimal): -2764014 or 1233877. OLE color: 1233877.

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

Color convert

RGB21321118-
CMYK00.010.920.16
HSL59.38º84.42%45.29%-
HSV(B)59.38º91.55%83.53%-
XYZ50.8460.789.62-
YUV189.631.16144.69-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 48.19%
GREEN value IS 211 (82.81% from 255) = 47.74%
BLUE value IS 18 (7.42% from 255) = 4.07%
R=48.19%
G=47.74%
B=4.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.92
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2132111800.010.920.1659.3884.4245.29
HexD5D312015C103b542d
Octal3253232201134207312455
Binary110101011101001110010011011100100001110111010100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5D312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5D312; }

 p { color: rgb(213,211,18); }

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

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

 a { background-color: rgb(213,211,18); }

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

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

 span { border-color: rgb(213,211,18); }

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