#D7C62A

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

Shades of Barberry #D7C62A

Tints of Barberry #D7C62A

Color information

#D7C62A (or 0xD7C62A) is unknown color: approx Barberry. HEX triplet: D7, C6 and 2A. RGB value is (215,198,42). Sum of RGB (Red+Green+Blue) = 215+198+42=455 (60% of max value = 765). Red value is 215 (84.38% from 255 or 47.25% from 455); Green value is 198 (77.73% from 255 or 43.52% from 455); Blue value is 42 (16.80% from 255 or 9.23% from 455); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C62A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D7C62A is #2839D5. Grayscale: #B9B9B9. Windows color (decimal): -2636246 or 2803415. OLE color: 2803415.

HSL color Cylindrical-coordinate representation of color #D7C62A: hue angle of 54.1º 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 #D7C62A is Cyan = 0, Magento = 0.08, Yellow = 0.80 and Black (K on CMYK) = 0.16.

Color convert

RGB21519842-
CMYK00.080.800.16
HSL54.1º68.38%50.39%-
HSV(B)54.1º80.47%84.31%-
XYZ48.645510.24-
YUV185.347.13149.18-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 47.25%
GREEN value IS 198 (77.73% from 255) = 43.52%
BLUE value IS 42 (16.80% from 255) = 9.23%
R=47.25%
G=43.52%
B=9.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.80
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2151984200.080.800.1654.168.3850.39
HexD7C62A085010364432
Octal32730652010120206610462
Binary1101011111000110101010010001010000100001101101000100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7C62A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7C62A; }

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

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

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

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

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

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

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

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