#D3C91C

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

Shades of Barberry #D3C91C

Tints of Barberry #D3C91C

Color information

#D3C91C (or 0xD3C91C) is unknown color: approx Barberry. HEX triplet: D3, C9 and 1C. RGB value is (211,201,28). Sum of RGB (Red+Green+Blue) = 211+201+28=440 (58% of max value = 765). Red value is 211 (82.81% from 255 or 47.95% from 440); Green value is 201 (78.91% from 255 or 45.68% from 440); Blue value is 28 (11.33% from 255 or 6.36% from 440); Max value from RGB is 211 - color contains mainly: red. Hex color #D3C91C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D3C91C is #2C36E3. Grayscale: #B8B8B8. Windows color (decimal): -2897636 or 1886675. OLE color: 1886675.

HSL color Cylindrical-coordinate representation of color #D3C91C: hue angle of 56.72º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D3C91C is Cyan = 0, Magento = 0.05, Yellow = 0.87 and Black (K on CMYK) = 0.17.

Color convert

RGB21120128-
CMYK00.050.870.17
HSL56.72º76.57%46.86%-
HSV(B)56.72º86.73%82.75%-
XYZ47.9655.719.32-
YUV184.2739.81147.07-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 47.95%
GREEN value IS 201 (78.91% from 255) = 45.68%
BLUE value IS 28 (11.33% from 255) = 6.36%
R=47.95%
G=45.68%
B=6.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.87
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2112012800.050.870.1756.7276.5746.86
HexD3C91C055711394d2f
Octal3233113405127217111557
Binary11010011110010011110001011010111100011110011001101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3C91C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3C91C; }

 p { color: rgb(211,201,28); }

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

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

 a { background-color: rgb(211,201,28); }

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

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

 span { border-color: rgb(211,201,28); }

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