#D1CF1E

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

Shades of Barberry #D1CF1E

Tints of Barberry #D1CF1E

Color information

#D1CF1E (or 0xD1CF1E) is unknown color: approx Barberry. HEX triplet: D1, CF and 1E. RGB value is (209,207,30). Sum of RGB (Red+Green+Blue) = 209+207+30=446 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.86% from 446); Green value is 207 (81.25% from 255 or 46.41% from 446); Blue value is 30 (12.11% from 255 or 6.73% from 446); Max value from RGB is 209 - color contains mainly: red. Hex color #D1CF1E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1CF1E is #2E30E1. Grayscale: #BCBCBC. Windows color (decimal): -3027170 or 2019281. OLE color: 2019281.

HSL color Cylindrical-coordinate representation of color #D1CF1E: hue angle of 59.33º 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 #D1CF1E is Cyan = 0, Magento = 0.01, Yellow = 0.86 and Black (K on CMYK) = 0.18.

Color convert

RGB20920730-
CMYK00.010.860.18
HSL59.33º74.9%46.86%-
HSV(B)59.33º85.65%81.96%-
XYZ48.8458.279.9-
YUV187.4239.16143.39-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 46.86%
GREEN value IS 207 (81.25% from 255) = 46.41%
BLUE value IS 30 (12.11% from 255) = 6.73%
R=46.86%
G=46.41%
B=6.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.86
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2092073000.010.860.1859.3374.946.86
HexD1CF1E0156123b4b2f
Octal3213173601126227311357
Binary110100011100111111110011010110100101110111001011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1CF1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1CF1E; }

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

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

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

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

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

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

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

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