#D6C71F

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

Shades of Barberry #D6C71F

Tints of Barberry #D6C71F

Color information

#D6C71F (or 0xD6C71F) is unknown color: approx Barberry. HEX triplet: D6, C7 and 1F. RGB value is (214,199,31). Sum of RGB (Red+Green+Blue) = 214+199+31=444 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.20% from 444); Green value is 199 (78.12% from 255 or 44.82% from 444); Blue value is 31 (12.5% from 255 or 6.98% from 444); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C71F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6C71F is #2938E0. Grayscale: #B9B9B9. Windows color (decimal): -2701537 or 2082774. OLE color: 2082774.

HSL color Cylindrical-coordinate representation of color #D6C71F: hue angle of 55.08º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D6C71F is Cyan = 0, Magento = 0.07, Yellow = 0.86 and Black (K on CMYK) = 0.16.

Color convert

RGB21419931-
CMYK00.070.860.16
HSL55.08º74.69%48.04%-
HSV(B)55.08º85.51%83.92%-
XYZ48.455.249.41-
YUV184.3341.47149.16-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 48.20%
GREEN value IS 199 (78.12% from 255) = 44.82%
BLUE value IS 31 (12.5% from 255) = 6.98%
R=48.20%
G=44.82%
B=6.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.86
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141993100.070.860.1655.0874.6948.04
HexD6C71F075610374b30
Octal3263073707126206711360
Binary11010110110001111111101111010110100001101111001011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6C71F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6C71F; }

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

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

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

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

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

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

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

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