#D9D60E

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

Shades of Barberry #D9D60E

Tints of Barberry #D9D60E

Color information

#D9D60E (or 0xD9D60E) is unknown color: approx Barberry. HEX triplet: D9, D6 and 0E. RGB value is (217,214,14). Sum of RGB (Red+Green+Blue) = 217+214+14=445 (58% of max value = 765). Red value is 217 (85.16% from 255 or 48.76% from 445); Green value is 214 (83.98% from 255 or 48.09% from 445); Blue value is 14 (5.86% from 255 or 3.15% from 445); Max value from RGB is 217 - color contains mainly: red. Hex color #D9D60E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D9D60E is #2629F1. Grayscale: #C0C0C0. Windows color (decimal): -2501106 or 972505. OLE color: 972505.

HSL color Cylindrical-coordinate representation of color #D9D60E: hue angle of 59.11º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D9D60E is Cyan = 0, Magento = 0.01, Yellow = 0.94 and Black (K on CMYK) = 0.15.

Color convert

RGB21721414-
CMYK00.010.940.15
HSL59.11º87.88%45.29%-
HSV(B)59.11º93.55%85.1%-
XYZ52.7462.889.77-
YUV192.127.49145.76-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 48.76%
GREEN value IS 214 (83.98% from 255) = 48.09%
BLUE value IS 14 (5.86% from 255) = 3.15%
R=48.76%
G=48.09%
B=3.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.94
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2172141400.010.940.1559.1187.8845.29
HexD9D6E015EF3b582d
Octal3313261601136177313055
Binary1101100111010110111001101111011111110111011000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9D60E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9D60E; }

 p { color: rgb(217,214,14); }

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

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

 a { background-color: rgb(217,214,14); }

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

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

 span { border-color: rgb(217,214,14); }

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