#D1C72B

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

Shades of Barberry #D1C72B

Tints of Barberry #D1C72B

Color information

#D1C72B (or 0xD1C72B) is unknown color: approx Barberry. HEX triplet: D1, C7 and 2B. RGB value is (209,199,43). Sum of RGB (Red+Green+Blue) = 209+199+43=451 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.34% from 451); Green value is 199 (78.12% from 255 or 44.12% from 451); Blue value is 43 (17.19% from 255 or 9.53% from 451); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C72B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1C72B is #2E38D4. Grayscale: #B8B8B8. Windows color (decimal): -3029205 or 2869201. OLE color: 2869201.

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

Color convert

RGB20919943-
CMYK00.050.790.18
HSL56.39º65.87%49.41%-
HSV(B)56.39º79.43%81.96%-
XYZ47.1554.5810.33-
YUV184.2148.31145.68-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 46.34%
GREEN value IS 199 (78.12% from 255) = 44.12%
BLUE value IS 43 (17.19% from 255) = 9.53%
R=46.34%
G=44.12%
B=9.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.79
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091994300.050.790.1856.3965.8749.41
HexD1C72B054F12384231
Octal3213075305117227010261
Binary110100011100011110101101011001111100101110001000010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1C72B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1C72B; }

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

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

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

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

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

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

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

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