Html Css Color HEX #D15C12 Chocolate

📋 copy color: '#D15C12'

red 209 ◦ green 92 ◦ blue 18

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

Shades of Chocolate #D15C12

Tints of Chocolate #D15C12

RGB

 RED value IS 209 (82.03% from 255) = 65.52%

 GREEN value IS 92 (36.33% from 255) = 28.84%

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

R = 65.52%
G = 28.84%
B = 5.64%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.91

 K value IS 0.18

RGB Variations

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

Color information

#D15C12 (or 0xD15C12) is known color: Chocolate. HEX triplet: D1, 5C and 12. RGB value is (209,92,18). Sum of RGB (Red+Green+Blue) = 209+92+18=319 (42% of max value = 765). Red value is 209 (82.03% from 255 or 65.52% from 319); Green value is 92 (36.33% from 255 or 28.84% from 319); Blue value is 18 (7.42% from 255 or 5.64% from 319); Max value from RGB is 209 - color contains mainly: red. Hex color #D15C12 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D15C12 is #2EA3ED. Grayscale: #767676. Windows color (decimal): -3056622 or 1203409. OLE color: 1203409.

HSL color Cylindrical-coordinate representation of color #D15C12: hue angle of 23.25º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D15C12 is Cyan = 0, Magento = 0.56, Yellow = 0.91 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 92 18 -
CMYK 0 0.56 0.91 0.18
HSL 23.25º 0.84% 0.45% -
HSV(B) 23.25º 0.91% 0.82% -
XYZ 30.23 21.25 3.08 -
YUV 118.55 71.26 192.52 -
System Red Green Blue C M Y K H S L
Decimal 209 92 18 0 0.56 0.91 0.18 23.25 0.84 0.45
Hex D1 5C 12 0 38 5B 12 17 54 2D
Octal 321 134 22 0 70 133 22 27 124 55
Binary 11010001 1011100 10010 0 111000 1011011 10010 10111 1010100 101101

Color Harmonies of #D15C12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D15C12

Black with #D15C12

Text Example


Text Example

White with #D15C12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D15C12; }

 p { color: rgb(209,92,18); }

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

background-color css

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

 a { background-color: rgb(209,92,18); }

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

border-color css

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

 span { border-color: rgb(209,92,18); }

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