Html Css Color HEX #D15C1E Chocolate

📋 copy color: '#D15C1E'

red 209 ◦ green 92 ◦ blue 30

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

Shades of Chocolate #D15C1E

Tints of Chocolate #D15C1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 9.06%

R = 63.14%
G = 27.79%
B = 9.06%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.86

 K value IS 0.18

RGB Variations

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

Color information

#D15C1E (or 0xD15C1E) is known color: Chocolate. HEX triplet: D1, 5C and 1E. RGB value is (209,92,30). Sum of RGB (Red+Green+Blue) = 209+92+30=331 (43% of max value = 765). Red value is 209 (82.03% from 255 or 63.14% from 331); Green value is 92 (36.33% from 255 or 27.79% from 331); Blue value is 30 (12.11% from 255 or 9.06% from 331); Max value from RGB is 209 - color contains mainly: red. Hex color #D15C1E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D15C1E is #2EA3E1. Grayscale: #787878. Windows color (decimal): -3056610 or 1989841. OLE color: 1989841.

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

Color convert

RGB 209 92 30 -
CMYK 0 0.56 0.86 0.18
HSL 20.78º 0.75% 0.47% -
HSV(B) 20.78º 0.86% 0.82% -
XYZ 30.36 21.3 3.74 -
YUV 119.92 77.26 191.54 -
System Red Green Blue C M Y K H S L
Decimal 209 92 30 0 0.56 0.86 0.18 20.78 0.75 0.47
Hex D1 5C 1E 0 38 56 12 15 4B 2F
Octal 321 134 36 0 70 126 22 25 113 57
Binary 11010001 1011100 11110 0 111000 1010110 10010 10101 1001011 101111

Color Harmonies of #D15C1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D15C1E

Black with #D15C1E

Text Example


Text Example

White with #D15C1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D15C1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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