#D1CB1A

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

Shades of Barberry #D1CB1A

Tints of Barberry #D1CB1A

Color information

#D1CB1A (or 0xD1CB1A) is unknown color: approx Barberry. HEX triplet: D1, CB and 1A. RGB value is (209,203,26). Sum of RGB (Red+Green+Blue) = 209+203+26=438 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.72% from 438); Green value is 203 (79.69% from 255 or 46.35% from 438); Blue value is 26 (10.55% from 255 or 5.94% from 438); Max value from RGB is 209 - color contains mainly: red. Hex color #D1CB1A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1CB1A is #2E34E5. Grayscale: #B9B9B9. Windows color (decimal): -3028198 or 1756113. OLE color: 1756113.

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

Color convert

RGB20920326-
CMYK00.030.880.18
HSL58.03º77.87%46.08%-
HSV(B)58.03º87.56%81.96%-
XYZ47.8456.349.33-
YUV184.6238.49145.39-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 47.72%
GREEN value IS 203 (79.69% from 255) = 46.35%
BLUE value IS 26 (10.55% from 255) = 5.94%
R=47.72%
G=46.35%
B=5.94%

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
Decimal2092032600.030.880.1858.0377.8746.08
HexD1CB1A0358123a4e2e
Octal3213133203130227211656
Binary1101000111001011110100111011000100101110101001110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1CB1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1CB1A; }

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

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

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

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

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

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

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

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