Html Css Color HEX #D75D18 Chocolate

📋 copy color: '#D75D18'

red 215 ◦ green 93 ◦ blue 24

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

Shades of Chocolate #D75D18

Tints of Chocolate #D75D18

RGB

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

 GREEN value IS 93 (36.72% from 255) = 28.01%

 BLUE value IS 24 (9.77% from 255) = 7.23%

R = 64.76%
G = 28.01%
B = 7.23%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.89

 K value IS 0.16

RGB Variations

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

Color information

#D75D18 (or 0xD75D18) is known color: Chocolate. HEX triplet: D7, 5D and 18. RGB value is (215,93,24). Sum of RGB (Red+Green+Blue) = 215+93+24=332 (43% of max value = 765). Red value is 215 (84.38% from 255 or 64.76% from 332); Green value is 93 (36.72% from 255 or 28.01% from 332); Blue value is 24 (9.77% from 255 or 7.23% from 332); Max value from RGB is 215 - color contains mainly: red. Hex color #D75D18 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D75D18 is #28A2E7. Grayscale: #7A7A7A. Windows color (decimal): -2663144 or 1596887. OLE color: 1596887.

HSL color Cylindrical-coordinate representation of color #D75D18: hue angle of 21.68º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D75D18 is Cyan = 0, Magento = 0.57, Yellow = 0.89 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 93 24 -
CMYK 0 0.57 0.89 0.16
HSL 21.68º 0.8% 0.47% -
HSV(B) 21.68º 0.89% 0.84% -
XYZ 32.1 22.34 3.48 -
YUV 121.61 72.92 194.61 -
System Red Green Blue C M Y K H S L
Decimal 215 93 24 0 0.57 0.89 0.16 21.68 0.8 0.47
Hex D7 5D 18 0 39 59 10 16 50 2F
Octal 327 135 30 0 71 131 20 26 120 57
Binary 11010111 1011101 11000 0 111001 1011001 10000 10110 1010000 101111

Color Harmonies of #D75D18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D75D18

Black with #D75D18

Text Example


Text Example

White with #D75D18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D75D18; }

 p { color: rgb(215,93,24); }

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

background-color css

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

 a { background-color: rgb(215,93,24); }

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

border-color css

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

 span { border-color: rgb(215,93,24); }

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