#D7C72A

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

Shades of Barberry #D7C72A

Tints of Barberry #D7C72A

Color information

#D7C72A (or 0xD7C72A) is unknown color: approx Barberry. HEX triplet: D7, C7 and 2A. RGB value is (215,199,42). Sum of RGB (Red+Green+Blue) = 215+199+42=456 (60% of max value = 765). Red value is 215 (84.38% from 255 or 47.15% from 456); Green value is 199 (78.12% from 255 or 43.64% from 456); Blue value is 42 (16.80% from 255 or 9.21% from 456); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C72A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D7C72A is #2838D5. Grayscale: #BABABA. Windows color (decimal): -2635990 or 2803671. OLE color: 2803671.

HSL color Cylindrical-coordinate representation of color #D7C72A: hue angle of 54.45º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D7C72A is Cyan = 0, Magento = 0.07, Yellow = 0.80 and Black (K on CMYK) = 0.16.

Color convert

RGB21519942-
CMYK00.070.800.16
HSL54.45º68.38%50.39%-
HSV(B)54.45º80.47%84.31%-
XYZ48.8755.4610.32-
YUV185.8946.8148.77-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 47.15%
GREEN value IS 199 (78.12% from 255) = 43.64%
BLUE value IS 42 (16.80% from 255) = 9.21%
R=47.15%
G=43.64%
B=9.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.80
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2151994200.070.800.1654.4568.3850.39
HexD7C72A075010364432
Octal3273075207120206610462
Binary110101111100011110101001111010000100001101101000100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7C72A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7C72A; }

 p { color: rgb(215,199,42); }

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

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

 a { background-color: rgb(215,199,42); }

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

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

 span { border-color: rgb(215,199,42); }

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