#D9CE14

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

Shades of Barberry #D9CE14

Tints of Barberry #D9CE14

Color information

#D9CE14 (or 0xD9CE14) is unknown color: approx Barberry. HEX triplet: D9, CE and 14. RGB value is (217,206,20). Sum of RGB (Red+Green+Blue) = 217+206+20=443 (58% of max value = 765). Red value is 217 (85.16% from 255 or 48.98% from 443); Green value is 206 (80.86% from 255 or 46.50% from 443); Blue value is 20 (8.20% from 255 or 4.51% from 443); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CE14 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D9CE14 is #2631EB. Grayscale: #BCBCBC. Windows color (decimal): -2503148 or 1363673. OLE color: 1363673.

HSL color Cylindrical-coordinate representation of color #D9CE14: hue angle of 56.65º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D9CE14 is Cyan = 0, Magento = 0.05, Yellow = 0.91 and Black (K on CMYK) = 0.15.

Color convert

RGB21720620-
CMYK00.050.910.15
HSL56.65º83.12%46.47%-
HSV(B)56.65º90.78%85.1%-
XYZ50.8158.949.36-
YUV188.0833.14148.62-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 48.98%
GREEN value IS 206 (80.86% from 255) = 46.50%
BLUE value IS 20 (8.20% from 255) = 4.51%
R=48.98%
G=46.50%
B=4.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.91
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2172062000.050.910.1556.6583.1246.47
HexD9CE14055BF39532e
Octal3313162405133177112356
Binary1101100111001110101000101101101111111110011010011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9CE14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9CE14; }

 p { color: rgb(217,206,20); }

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

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

 a { background-color: rgb(217,206,20); }

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

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

 span { border-color: rgb(217,206,20); }

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