#d1cb1e

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

Shades of Barberry #D1CB1E

Tints of Barberry #D1CB1E

Color information

#D1CB1E (or 0xD1CB1E) is unknown color: approx Barberry. HEX triplet: D1, CB and 1E. RGB value is (209,203,30). Sum of RGB (Red+Green+Blue) = 209+203+30=442 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.29% from 442); Green value is 203 (79.69% from 255 or 45.93% from 442); Blue value is 30 (12.11% from 255 or 6.79% from 442); Max value from RGB is 209 - color contains mainly: red. Hex color #D1CB1E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1CB1E is #2E34E1. Grayscale: #B9B9B9. Windows color (decimal): -3028194 or 2018257. OLE color: 2018257.

HSL color Cylindrical-coordinate representation of color #D1CB1E: hue angle of 57.99º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D1CB1E is Cyan = 0, Magento = 0.03, Yellow = 0.86 and Black (K on CMYK) = 0.18.

Color convert

RGB20920330-
CMYK00.030.860.18
HSL57.99º74.9%46.86%-
HSV(B)57.99º85.65%81.96%-
XYZ47.8856.369.58-
YUV185.0740.49145.07-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 47.29%
GREEN value IS 203 (79.69% from 255) = 45.93%
BLUE value IS 30 (12.11% from 255) = 6.79%
R=47.29%
G=45.93%
B=6.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.86
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2092033000.030.860.1857.9974.946.86
HexD1CB1E0356123a4b2f
Octal3213133603126227211357
Binary1101000111001011111100111010110100101110101001011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d1cb1e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d1cb1e; }

 p { color: rgb(209,203,30); }

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

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

 a { background-color: rgb(209,203,30); }

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

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

 span { border-color: rgb(209,203,30); }

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