#D3C725

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

Shades of Barberry #D3C725

Tints of Barberry #D3C725

Color information

#D3C725 (or 0xD3C725) is unknown color: approx Barberry. HEX triplet: D3, C7 and 25. RGB value is (211,199,37). Sum of RGB (Red+Green+Blue) = 211+199+37=447 (59% of max value = 765). Red value is 211 (82.81% from 255 or 47.20% from 447); Green value is 199 (78.12% from 255 or 44.52% from 447); Blue value is 37 (14.84% from 255 or 8.28% from 447); Max value from RGB is 211 - color contains mainly: red. Hex color #D3C725 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D3C725 is #2C38DA. Grayscale: #B8B8B8. Windows color (decimal): -2898139 or 2475987. OLE color: 2475987.

HSL color Cylindrical-coordinate representation of color #D3C725: hue angle of 55.86º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D3C725 is Cyan = 0, Magento = 0.06, Yellow = 0.82 and Black (K on CMYK) = 0.17.

Color convert

RGB21119937-
CMYK00.060.820.17
HSL55.86º70.16%48.63%-
HSV(B)55.86º82.46%82.75%-
XYZ47.6254.839.82-
YUV184.1244.98147.17-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 47.20%
GREEN value IS 199 (78.12% from 255) = 44.52%
BLUE value IS 37 (14.84% from 255) = 8.28%
R=47.20%
G=44.52%
B=8.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.82
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2111993700.060.820.1755.8670.1648.63
HexD3C725065211384631
Octal3233074506122217010661
Binary110100111100011110010101101010010100011110001000110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3C725

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3C725; }

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

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

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

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

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

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

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

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