Html Css Color HEX #D86725 Chocolate

📋 copy color: '#D86725'

red 216 ◦ green 103 ◦ blue 37

#D86725
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chocolate #D86725

Tints of Chocolate #D86725

RGB

 RED value IS 216 (84.77% from 255) = 60.67%

 GREEN value IS 103 (40.63% from 255) = 28.93%

 BLUE value IS 37 (14.84% from 255) = 10.39%

R = 60.67%
G = 28.93%
B = 10.39%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.83

 K value IS 0.15

RGB Variations

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

Color information

#D86725 (or 0xD86725) is known color: Chocolate. HEX triplet: D8, 67 and 25. RGB value is (216,103,37). Sum of RGB (Red+Green+Blue) = 216+103+37=356 (47% of max value = 765). Red value is 216 (84.77% from 255 or 60.67% from 356); Green value is 103 (40.62% from 255 or 28.93% from 356); Blue value is 37 (14.84% from 255 or 10.39% from 356); Max value from RGB is 216 - color contains mainly: red. Hex color #D86725 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D86725 is #2798DA. Grayscale: #818181. Windows color (decimal): -2595035 or 2451416. OLE color: 2451416.

HSL color Cylindrical-coordinate representation of color #D86725: hue angle of 22.12º 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 #D86725 is Cyan = 0, Magento = 0.52, Yellow = 0.83 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 103 37 -
CMYK 0 0.52 0.83 0.15
HSL 22.12º 0.71% 0.5% -
HSV(B) 22.12º 0.83% 0.85% -
XYZ 33.5 24.43 4.7 -
YUV 129.26 75.94 189.87 -
System Red Green Blue C M Y K H S L
Decimal 216 103 37 0 0.52 0.83 0.15 22.12 0.71 0.5
Hex D8 67 25 0 34 53 F 16 47 32
Octal 330 147 45 0 64 123 17 26 107 62
Binary 11011000 1100111 100101 0 110100 1010011 1111 10110 1000111 110010

Color Harmonies of #D86725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86725

Black with #D86725

Text Example


Text Example

White with #D86725

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86725; }

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

 H1.HeaderClassName
 {
   color: #D86725;
 }
 .AnyTagClassName
 {
   color: #D86725;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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