#D65F25

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

Shades of Chocolate #D65F25

Tints of Chocolate #D65F25

Color information

#D65F25 (or 0xD65F25) is unknown color: approx Chocolate. HEX triplet: D6, 5F and 25. RGB value is (214,95,37). Sum of RGB (Red+Green+Blue) = 214+95+37=346 (45% of max value = 765). Red value is 214 (83.98% from 255 or 61.85% from 346); Green value is 95 (37.5% from 255 or 27.46% from 346); Blue value is 37 (14.84% from 255 or 10.69% from 346); Max value from RGB is 214 - color contains mainly: red. Hex color #D65F25 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D65F25 is #29A0DA. Grayscale: #7C7C7C. Windows color (decimal): -2728155 or 2449366. OLE color: 2449366.

HSL color Cylindrical-coordinate representation of color #D65F25: hue angle of 19.66º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D65F25 is Cyan = 0, Magento = 0.56, Yellow = 0.83 and Black (K on CMYK) = 0.16.

Color convert

RGB2149537-
CMYK00.560.830.16
HSL19.66º70.52%49.22%-
HSV(B)19.66º82.71%83.92%-
XYZ32.1622.614.42-
YUV123.9778.92192.22-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 61.85%
GREEN value IS 95 (37.5% from 255) = 27.46%
BLUE value IS 37 (14.84% from 255) = 10.69%
R=61.85%
G=27.46%
B=10.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.83
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal214953700.560.830.1619.6670.5249.22
HexD65F250385310144731
Octal32613745070123202410761
Binary1101011010111111001010111000101001110000101001000111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D65F25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D65F25; }

 p { color: rgb(214,95,37); }

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

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

 a { background-color: rgb(214,95,37); }

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

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

 span { border-color: rgb(214,95,37); }

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