#D1C027

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

Shades of Barberry #D1C027

Tints of Barberry #D1C027

Color information

#D1C027 (or 0xD1C027) is unknown color: approx Barberry. HEX triplet: D1, C0 and 27. RGB value is (209,192,39). Sum of RGB (Red+Green+Blue) = 209+192+39=440 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.5% from 440); Green value is 192 (75.39% from 255 or 43.64% from 440); Blue value is 39 (15.62% from 255 or 8.86% from 440); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C027 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1C027 is #2E3FD8. Grayscale: #B4B4B4. Windows color (decimal): -3031001 or 2605265. OLE color: 2605265.

HSL color Cylindrical-coordinate representation of color #D1C027: hue angle of 54º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D1C027 is Cyan = 0, Magento = 0.08, Yellow = 0.81 and Black (K on CMYK) = 0.18.

Color convert

RGB20919239-
CMYK00.080.810.18
HSL54º68.55%48.63%-
HSV(B)54º81.34%81.96%-
XYZ45.5151.49.44-
YUV179.6448.63148.94-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 47.5%
GREEN value IS 192 (75.39% from 255) = 43.64%
BLUE value IS 39 (15.62% from 255) = 8.86%
R=47.5%
G=43.64%
B=8.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.81
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091923900.080.810.185468.5548.63
HexD1C027085112364531
Octal32130047010121226610561
Binary1101000111000000100111010001010001100101101101000101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1C027

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1C027; }

 p { color: rgb(209,192,39); }

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

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

 a { background-color: rgb(209,192,39); }

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

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

 span { border-color: rgb(209,192,39); }

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