#D3C71F

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

Shades of Barberry #D3C71F

Tints of Barberry #D3C71F

Color information

#D3C71F (or 0xD3C71F) is unknown color: approx Barberry. HEX triplet: D3, C7 and 1F. RGB value is (211,199,31). Sum of RGB (Red+Green+Blue) = 211+199+31=441 (58% of max value = 765). Red value is 211 (82.81% from 255 or 47.85% from 441); Green value is 199 (78.12% from 255 or 45.12% from 441); Blue value is 31 (12.5% from 255 or 7.03% from 441); Max value from RGB is 211 - color contains mainly: red. Hex color #D3C71F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D3C71F is #2C38E0. Grayscale: #B8B8B8. Windows color (decimal): -2898145 or 2082771. OLE color: 2082771.

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

Color convert

RGB21119931-
CMYK00.060.850.17
HSL56º74.38%47.45%-
HSV(B)56º85.31%82.75%-
XYZ47.5354.799.37-
YUV183.4441.98147.66-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 47.85%
GREEN value IS 199 (78.12% from 255) = 45.12%
BLUE value IS 31 (12.5% from 255) = 7.03%
R=47.85%
G=45.12%
B=7.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.85
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2111993100.060.850.175674.3847.45
HexD3C71F065511384a2f
Octal3233073706125217011257
Binary11010011110001111111101101010101100011110001001010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3C71F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3C71F; }

 p { color: rgb(211,199,31); }

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

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

 a { background-color: rgb(211,199,31); }

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

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

 span { border-color: rgb(211,199,31); }

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