Html Css Color HEX #D16615 Chocolate

📋 copy color: '#D16615'

red 209 ◦ green 102 ◦ blue 21

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

Shades of Chocolate #D16615

Tints of Chocolate #D16615

RGB

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

 GREEN value IS 102 (40.23% from 255) = 30.72%

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

R = 62.95%
G = 30.72%
B = 6.33%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.90

 K value IS 0.18

RGB Variations

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

Color information

#D16615 (or 0xD16615) is known color: Chocolate. HEX triplet: D1, 66 and 15. RGB value is (209,102,21). Sum of RGB (Red+Green+Blue) = 209+102+21=332 (43% of max value = 765). Red value is 209 (82.03% from 255 or 62.95% from 332); Green value is 102 (40.23% from 255 or 30.72% from 332); Blue value is 21 (8.59% from 255 or 6.33% from 332); Max value from RGB is 209 - color contains mainly: red. Hex color #D16615 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D16615 is #2E99EA. Grayscale: #7D7D7D. Windows color (decimal): -3054059 or 1402577. OLE color: 1402577.

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

Color convert

RGB 209 102 21 -
CMYK 0 0.51 0.90 0.18
HSL 25.85º 0.82% 0.45% -
HSV(B) 25.85º 0.9% 0.82% -
XYZ 31.18 23.11 3.53 -
YUV 124.76 69.45 188.09 -
System Red Green Blue C M Y K H S L
Decimal 209 102 21 0 0.51 0.90 0.18 25.85 0.82 0.45
Hex D1 66 15 0 33 5A 12 1A 52 2D
Octal 321 146 25 0 63 132 22 32 122 55
Binary 11010001 1100110 10101 0 110011 1011010 10010 11010 1010010 101101

Color Harmonies of #D16615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D16615

Black with #D16615

Text Example


Text Example

White with #D16615

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D16615; }

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

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

background-color css

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

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

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

border-color css

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

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

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