#D1CA1A

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

Shades of Barberry #D1CA1A

Tints of Barberry #D1CA1A

Color information

#D1CA1A (or 0xD1CA1A) is unknown color: approx Barberry. HEX triplet: D1, CA and 1A. RGB value is (209,202,26). Sum of RGB (Red+Green+Blue) = 209+202+26=437 (57% of max value = 765). Red value is 209 (82.03% from 255 or 47.83% from 437); Green value is 202 (79.30% from 255 or 46.22% from 437); Blue value is 26 (10.55% from 255 or 5.95% from 437); Max value from RGB is 209 - color contains mainly: red. Hex color #D1CA1A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1CA1A is #2E35E5. Grayscale: #B8B8B8. Windows color (decimal): -3028454 or 1755857. OLE color: 1755857.

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

Color convert

RGB20920226-
CMYK00.030.880.18
HSL57.7º77.87%46.08%-
HSV(B)57.7º87.56%81.96%-
XYZ47.655.879.25-
YUV184.0338.82145.81-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 47.83%
GREEN value IS 202 (79.30% from 255) = 46.22%
BLUE value IS 26 (10.55% from 255) = 5.95%
R=47.83%
G=46.22%
B=5.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.88
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2092022600.030.880.1857.777.8746.08
HexD1CA1A0358123a4e2e
Octal3213123203130227211656
Binary1101000111001010110100111011000100101110101001110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1CA1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1CA1A; }

 p { color: rgb(209,202,26); }

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

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

 a { background-color: rgb(209,202,26); }

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

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

 span { border-color: rgb(209,202,26); }

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