#D7C820

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

Shades of Barberry #D7C820

Tints of Barberry #D7C820

Color information

#D7C820 (or 0xD7C820) is unknown color: approx Barberry. HEX triplet: D7, C8 and 20. RGB value is (215,200,32). Sum of RGB (Red+Green+Blue) = 215+200+32=447 (59% of max value = 765). Red value is 215 (84.38% from 255 or 48.10% from 447); Green value is 200 (78.52% from 255 or 44.74% from 447); Blue value is 32 (12.89% from 255 or 7.16% from 447); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C820 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D7C820 is #2837DF. Grayscale: #BABABA. Windows color (decimal): -2635744 or 2148567. OLE color: 2148567.

HSL color Cylindrical-coordinate representation of color #D7C820: hue angle of 55.08º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D7C820 is Cyan = 0, Magento = 0.07, Yellow = 0.85 and Black (K on CMYK) = 0.16.

Color convert

RGB21520032-
CMYK00.070.850.16
HSL55.08º74.09%48.43%-
HSV(B)55.08º85.12%84.31%-
XYZ48.9455.869.57-
YUV185.3341.47149.16-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 48.10%
GREEN value IS 200 (78.52% from 255) = 44.74%
BLUE value IS 32 (12.89% from 255) = 7.16%
R=48.10%
G=44.74%
B=7.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.85
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2152003200.070.850.1655.0874.0948.43
HexD7C820075510374a30
Octal3273104007125206711260
Binary110101111100100010000001111010101100001101111001010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7C820

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7C820; }

 p { color: rgb(215,200,32); }

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

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

 a { background-color: rgb(215,200,32); }

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

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

 span { border-color: rgb(215,200,32); }

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