#D6C817

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

Shades of Barberry #D6C817

Tints of Barberry #D6C817

Color information

#D6C817 (or 0xD6C817) is unknown color: approx Barberry. HEX triplet: D6, C8 and 17. RGB value is (214,200,23). Sum of RGB (Red+Green+Blue) = 214+200+23=437 (57% of max value = 765). Red value is 214 (83.98% from 255 or 48.97% from 437); Green value is 200 (78.52% from 255 or 45.77% from 437); Blue value is 23 (9.38% from 255 or 5.26% from 437); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C817 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D6C817 is #2937E8. Grayscale: #B8B8B8. Windows color (decimal): -2701289 or 1558742. OLE color: 1558742.

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

Color convert

RGB21420023-
CMYK00.070.890.16
HSL55.6º80.59%46.47%-
HSV(B)55.6º89.25%83.92%-
XYZ48.5455.679-
YUV184.0137.14149.39-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 48.97%
GREEN value IS 200 (78.52% from 255) = 45.77%
BLUE value IS 23 (9.38% from 255) = 5.26%
R=48.97%
G=45.77%
B=5.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.89
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2142002300.070.890.1655.680.5946.47
HexD6C81707591038512e
Octal3263102707131207012156
Binary11010110110010001011101111011001100001110001010001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6C817

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6C817; }

 p { color: rgb(214,200,23); }

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

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

 a { background-color: rgb(214,200,23); }

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

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

 span { border-color: rgb(214,200,23); }

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