#D7C626

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

Shades of Barberry #D7C626

Tints of Barberry #D7C626

Color information

#D7C626 (or 0xD7C626) is unknown color: approx Barberry. HEX triplet: D7, C6 and 26. RGB value is (215,198,38). Sum of RGB (Red+Green+Blue) = 215+198+38=451 (59% of max value = 765). Red value is 215 (84.38% from 255 or 47.67% from 451); Green value is 198 (77.73% from 255 or 43.90% from 451); Blue value is 38 (15.23% from 255 or 8.43% from 451); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C626 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D7C626 is #2839D9. Grayscale: #B9B9B9. Windows color (decimal): -2636250 or 2541271. OLE color: 2541271.

HSL color Cylindrical-coordinate representation of color #D7C626: hue angle of 54.24º degrees, saturation: 0.7, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D7C626 is Cyan = 0, Magento = 0.08, Yellow = 0.82 and Black (K on CMYK) = 0.16.

Color convert

RGB21519838-
CMYK00.080.820.16
HSL54.24º69.96%49.61%-
HSV(B)54.24º82.33%84.31%-
XYZ48.5754.989.89-
YUV184.8445.13149.51-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 47.67%
GREEN value IS 198 (77.73% from 255) = 43.90%
BLUE value IS 38 (15.23% from 255) = 8.43%
R=47.67%
G=43.90%
B=8.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.82
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2151983800.080.820.1654.2469.9649.61
HexD7C626085210364632
Octal32730646010122206610662
Binary1101011111000110100110010001010010100001101101000110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7C626

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7C626; }

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

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

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

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

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

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

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

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