#D1CA23

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

Shades of Barberry #D1CA23

Tints of Barberry #D1CA23

Color information

#D1CA23 (or 0xD1CA23) is unknown color: approx Barberry. HEX triplet: D1, CA and 23. RGB value is (209,202,35). Sum of RGB (Red+Green+Blue) = 209+202+35=446 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.86% from 446); Green value is 202 (79.30% from 255 or 45.29% from 446); Blue value is 35 (14.06% from 255 or 7.85% from 446); Max value from RGB is 209 - color contains mainly: red. Hex color #D1CA23 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1CA23 is #2E35DC. Grayscale: #B9B9B9. Windows color (decimal): -3028445 or 2345681. OLE color: 2345681.

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

Color convert

RGB20920235-
CMYK00.030.830.18
HSL57.59º71.31%47.84%-
HSV(B)57.59º83.25%81.96%-
XYZ47.7255.929.87-
YUV185.0643.32145.08-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 46.86%
GREEN value IS 202 (79.30% from 255) = 45.29%
BLUE value IS 35 (14.06% from 255) = 7.85%
R=46.86%
G=45.29%
B=7.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.83
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2092023500.030.830.1857.5971.3147.84
HexD1CA230353123a4730
Octal3213124303123227210760
Binary11010001110010101000110111010011100101110101000111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1CA23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1CA23; }

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

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

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

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

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

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

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

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