Html Css Color HEX #D15D15 Chocolate

📋 copy color: '#D15D15'

red 209 ◦ green 93 ◦ blue 21

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

Shades of Chocolate #D15D15

Tints of Chocolate #D15D15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 6.5%

R = 64.71%
G = 28.79%
B = 6.5%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.90

 K value IS 0.18

RGB Variations

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

Color information

#D15D15 (or 0xD15D15) is known color: Chocolate. HEX triplet: D1, 5D and 15. RGB value is (209,93,21). Sum of RGB (Red+Green+Blue) = 209+93+21=323 (42% of max value = 765). Red value is 209 (82.03% from 255 or 64.71% from 323); Green value is 93 (36.72% from 255 or 28.79% from 323); Blue value is 21 (8.59% from 255 or 6.50% from 323); Max value from RGB is 209 - color contains mainly: red. Hex color #D15D15 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D15D15 is #2EA2EA. Grayscale: #777777. Windows color (decimal): -3056363 or 1400273. OLE color: 1400273.

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

Color convert

RGB 209 93 21 -
CMYK 0 0.56 0.90 0.18
HSL 22.98º 0.82% 0.45% -
HSV(B) 22.98º 0.9% 0.82% -
XYZ 30.34 21.44 3.25 -
YUV 119.48 72.43 191.85 -
System Red Green Blue C M Y K H S L
Decimal 209 93 21 0 0.56 0.90 0.18 22.98 0.82 0.45
Hex D1 5D 15 0 38 5A 12 17 52 2D
Octal 321 135 25 0 70 132 22 27 122 55
Binary 11010001 1011101 10101 0 111000 1011010 10010 10111 1010010 101101

Color Harmonies of #D15D15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D15D15

Black with #D15D15

Text Example


Text Example

White with #D15D15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D15D15; }

 p { color: rgb(209,93,21); }

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

background-color css

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

 a { background-color: rgb(209,93,21); }

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

border-color css

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

 span { border-color: rgb(209,93,21); }

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