Html Css Color HEX #D16315 Chocolate

📋 copy color: '#D16315'

red 209 ◦ green 99 ◦ blue 21

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

Shades of Chocolate #D16315

Tints of Chocolate #D16315

RGB

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

 GREEN value IS 99 (39.06% from 255) = 30.09%

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

R = 63.53%
G = 30.09%
B = 6.38%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.90

 K value IS 0.18

RGB Variations

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

Color information

#D16315 (or 0xD16315) is known color: Chocolate. HEX triplet: D1, 63 and 15. RGB value is (209,99,21). Sum of RGB (Red+Green+Blue) = 209+99+21=329 (43% of max value = 765). Red value is 209 (82.03% from 255 or 63.53% from 329); Green value is 99 (39.06% from 255 or 30.09% from 329); Blue value is 21 (8.59% from 255 or 6.38% from 329); Max value from RGB is 209 - color contains mainly: red. Hex color #D16315 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D16315 is #2E9CEA. Grayscale: #7B7B7B. Windows color (decimal): -3054827 or 1401809. OLE color: 1401809.

HSL color Cylindrical-coordinate representation of color #D16315: hue angle of 24.89º 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 #D16315 is Cyan = 0, Magento = 0.53, Yellow = 0.90 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 99 21 -
CMYK 0 0.53 0.90 0.18
HSL 24.89º 0.82% 0.45% -
HSV(B) 24.89º 0.9% 0.82% -
XYZ 30.89 22.53 3.43 -
YUV 123 70.44 189.34 -
System Red Green Blue C M Y K H S L
Decimal 209 99 21 0 0.53 0.90 0.18 24.89 0.82 0.45
Hex D1 63 15 0 35 5A 12 19 52 2D
Octal 321 143 25 0 65 132 22 31 122 55
Binary 11010001 1100011 10101 0 110101 1011010 10010 11001 1010010 101101

Color Harmonies of #D16315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D16315

Black with #D16315

Text Example


Text Example

White with #D16315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D16315; }

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

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

background-color css

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

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

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

border-color css

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

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

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