#D1CC1A

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

Shades of Barberry #D1CC1A

Tints of Barberry #D1CC1A

Color information

#D1CC1A (or 0xD1CC1A) is unknown color: approx Barberry. HEX triplet: D1, CC and 1A. RGB value is (209,204,26). Sum of RGB (Red+Green+Blue) = 209+204+26=439 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.61% from 439); Green value is 204 (80.08% from 255 or 46.47% from 439); Blue value is 26 (10.55% from 255 or 5.92% from 439); Max value from RGB is 209 - color contains mainly: red. Hex color #D1CC1A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1CC1A is #2E33E5. Grayscale: #B9B9B9. Windows color (decimal): -3027942 or 1756369. OLE color: 1756369.

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

Color convert

RGB20920426-
CMYK00.020.880.18
HSL58.36º77.87%46.08%-
HSV(B)58.36º87.56%81.96%-
XYZ48.0756.829.41-
YUV185.238.16144.97-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 47.61%
GREEN value IS 204 (80.08% from 255) = 46.47%
BLUE value IS 26 (10.55% from 255) = 5.92%
R=47.61%
G=46.47%
B=5.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.88
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2092042600.020.880.1858.3677.8746.08
HexD1CC1A0258123a4e2e
Octal3213143202130227211656
Binary1101000111001100110100101011000100101110101001110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1CC1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1CC1A; }

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

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

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

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

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

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

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

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