#D7C726

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

Shades of Barberry #D7C726

Tints of Barberry #D7C726

Color information

#D7C726 (or 0xD7C726) is unknown color: approx Barberry. HEX triplet: D7, C7 and 26. RGB value is (215,199,38). Sum of RGB (Red+Green+Blue) = 215+199+38=452 (59% of max value = 765). Red value is 215 (84.38% from 255 or 47.57% from 452); Green value is 199 (78.12% from 255 or 44.03% from 452); Blue value is 38 (15.23% from 255 or 8.41% from 452); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C726 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D7C726 is #2838D9. Grayscale: #BABABA. Windows color (decimal): -2635994 or 2541527. OLE color: 2541527.

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

Color convert

RGB21519938-
CMYK00.070.820.16
HSL54.58º69.96%49.61%-
HSV(B)54.58º82.33%84.31%-
XYZ48.855.439.96-
YUV185.4344.8149.09-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 47.57%
GREEN value IS 199 (78.12% from 255) = 44.03%
BLUE value IS 38 (15.23% from 255) = 8.41%
R=47.57%
G=44.03%
B=8.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.82
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2151993800.070.820.1654.5869.9649.61
HexD7C726075210374632
Octal3273074607122206710662
Binary110101111100011110011001111010010100001101111000110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7C726

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7C726; }

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

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

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

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

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

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

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

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