#D1C42B

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

Shades of Barberry #D1C42B

Tints of Barberry #D1C42B

Color information

#D1C42B (or 0xD1C42B) is unknown color: approx Barberry. HEX triplet: D1, C4 and 2B. RGB value is (209,196,43). Sum of RGB (Red+Green+Blue) = 209+196+43=448 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.65% from 448); Green value is 196 (76.95% from 255 or 43.75% from 448); Blue value is 43 (17.19% from 255 or 9.60% from 448); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C42B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1C42B is #2E3BD4. Grayscale: #B7B7B7. Windows color (decimal): -3029973 or 2868433. OLE color: 2868433.

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

Color convert

RGB20919643-
CMYK00.060.790.18
HSL55.3º65.87%49.41%-
HSV(B)55.3º79.43%81.96%-
XYZ46.4753.2110.11-
YUV182.4449.31146.94-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 46.65%
GREEN value IS 196 (76.95% from 255) = 43.75%
BLUE value IS 43 (17.19% from 255) = 9.60%
R=46.65%
G=43.75%
B=9.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.79
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091964300.060.790.1855.365.8749.41
HexD1C42B064F12374231
Octal3213045306117226710261
Binary110100011100010010101101101001111100101101111000010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1C42B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1C42B; }

 p { color: rgb(209,196,43); }

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

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

 a { background-color: rgb(209,196,43); }

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

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

 span { border-color: rgb(209,196,43); }

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