#D8C725

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

Shades of Barberry #D8C725

Tints of Barberry #D8C725

Color information

#D8C725 (or 0xD8C725) is unknown color: approx Barberry. HEX triplet: D8, C7 and 25. RGB value is (216,199,37). Sum of RGB (Red+Green+Blue) = 216+199+37=452 (59% of max value = 765). Red value is 216 (84.77% from 255 or 47.79% from 452); Green value is 199 (78.12% from 255 or 44.03% from 452); Blue value is 37 (14.84% from 255 or 8.19% from 452); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C725 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8C725 is #2738DA. Grayscale: #BABABA. Windows color (decimal): -2570459 or 2475992. OLE color: 2475992.

HSL color Cylindrical-coordinate representation of color #D8C725: hue angle of 54.3º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D8C725 is Cyan = 0, Magento = 0.08, Yellow = 0.83 and Black (K on CMYK) = 0.15.

Color convert

RGB21619937-
CMYK00.080.830.15
HSL54.3º70.75%49.61%-
HSV(B)54.3º82.87%84.71%-
XYZ49.0855.589.89-
YUV185.6144.13149.67-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 47.79%
GREEN value IS 199 (78.12% from 255) = 44.03%
BLUE value IS 37 (14.84% from 255) = 8.19%
R=47.79%
G=44.03%
B=8.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.83
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2161993700.080.830.1554.370.7549.61
HexD8C7250853F364732
Octal33030745010123176610762
Binary110110001100011110010101000101001111111101101000111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8C725

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8C725; }

 p { color: rgb(216,199,37); }

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

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

 a { background-color: rgb(216,199,37); }

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

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

 span { border-color: rgb(216,199,37); }

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