#D7C12D

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

Shades of Barberry #D7C12D

Tints of Barberry #D7C12D

Color information

#D7C12D (or 0xD7C12D) is unknown color: approx Barberry. HEX triplet: D7, C1 and 2D. RGB value is (215,193,45). Sum of RGB (Red+Green+Blue) = 215+193+45=453 (60% of max value = 765). Red value is 215 (84.38% from 255 or 47.46% from 453); Green value is 193 (75.78% from 255 or 42.60% from 453); Blue value is 45 (17.97% from 255 or 9.93% from 453); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C12D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D7C12D is #283ED2. Grayscale: #B7B7B7. Windows color (decimal): -2637523 or 2998743. OLE color: 2998743.

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

Color convert

RGB21519345-
CMYK00.100.790.16
HSL52.24º68%50.98%-
HSV(B)52.24º79.07%84.31%-
XYZ47.5752.7810.16-
YUV182.7150.29151.03-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 47.46%
GREEN value IS 193 (75.78% from 255) = 42.60%
BLUE value IS 45 (17.97% from 255) = 9.93%
R=47.46%
G=42.60%
B=9.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.79
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2151934500.100.790.1652.246850.98
HexD7C12D0A4F10344433
Octal32730155012117206410463
Binary1101011111000001101101010101001111100001101001000100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7C12D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7C12D; }

 p { color: rgb(215,193,45); }

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

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

 a { background-color: rgb(215,193,45); }

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

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

 span { border-color: rgb(215,193,45); }

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