Html Css Color HEX #D75F12 Chocolate

📋 copy color: '#D75F12'

red 215 ◦ green 95 ◦ blue 18

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

Shades of Chocolate #D75F12

Tints of Chocolate #D75F12

RGB

 RED value IS 215 (84.38% from 255) = 65.55%

 GREEN value IS 95 (37.5% from 255) = 28.96%

 BLUE value IS 18 (7.42% from 255) = 5.49%

R = 65.55%
G = 28.96%
B = 5.49%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.92

 K value IS 0.16

RGB Variations

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

Color information

#D75F12 (or 0xD75F12) is known color: Chocolate. HEX triplet: D7, 5F and 12. RGB value is (215,95,18). Sum of RGB (Red+Green+Blue) = 215+95+18=328 (43% of max value = 765). Red value is 215 (84.38% from 255 or 65.55% from 328); Green value is 95 (37.5% from 255 or 28.96% from 328); Blue value is 18 (7.42% from 255 or 5.49% from 328); Max value from RGB is 215 - color contains mainly: red. Hex color #D75F12 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D75F12 is #28A0ED. Grayscale: #7A7A7A. Windows color (decimal): -2662638 or 1204183. OLE color: 1204183.

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

Color convert

RGB 215 95 18 -
CMYK 0 0.56 0.92 0.16
HSL 23.45º 0.85% 0.46% -
HSV(B) 23.45º 0.92% 0.84% -
XYZ 32.23 22.68 3.25 -
YUV 122.1 69.26 194.26 -
System Red Green Blue C M Y K H S L
Decimal 215 95 18 0 0.56 0.92 0.16 23.45 0.85 0.46
Hex D7 5F 12 0 38 5C 10 17 55 2E
Octal 327 137 22 0 70 134 20 27 125 56
Binary 11010111 1011111 10010 0 111000 1011100 10000 10111 1010101 101110

Color Harmonies of #D75F12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D75F12

Black with #D75F12

Text Example


Text Example

White with #D75F12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D75F12; }

 p { color: rgb(215,95,18); }

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

background-color css

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

 a { background-color: rgb(215,95,18); }

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

border-color css

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

 span { border-color: rgb(215,95,18); }

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