Html Css Color HEX #D17015 Chocolate

📋 copy color: '#D17015'

red 209 ◦ green 112 ◦ blue 21

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

Shades of Chocolate #D17015

Tints of Chocolate #D17015

RGB

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

 GREEN value IS 112 (44.14% from 255) = 32.75%

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

R = 61.11%
G = 32.75%
B = 6.14%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.90

 K value IS 0.18

RGB Variations

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

Color information

#D17015 (or 0xD17015) is known color: Chocolate. HEX triplet: D1, 70 and 15. RGB value is (209,112,21). Sum of RGB (Red+Green+Blue) = 209+112+21=342 (45% of max value = 765). Red value is 209 (82.03% from 255 or 61.11% from 342); Green value is 112 (44.14% from 255 or 32.75% from 342); Blue value is 21 (8.59% from 255 or 6.14% from 342); Max value from RGB is 209 - color contains mainly: red. Hex color #D17015 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D17015 is #2E8FEA. Grayscale: #838383. Windows color (decimal): -3051499 or 1405137. OLE color: 1405137.

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

Color convert

RGB 209 112 21 -
CMYK 0 0.46 0.90 0.18
HSL 29.04º 0.82% 0.45% -
HSV(B) 29.04º 0.9% 0.82% -
XYZ 32.22 25.2 3.87 -
YUV 130.63 66.14 183.9 -
System Red Green Blue C M Y K H S L
Decimal 209 112 21 0 0.46 0.90 0.18 29.04 0.82 0.45
Hex D1 70 15 0 2E 5A 12 1D 52 2D
Octal 321 160 25 0 56 132 22 35 122 55
Binary 11010001 1110000 10101 0 101110 1011010 10010 11101 1010010 101101

Color Harmonies of #D17015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D17015

Black with #D17015

Text Example


Text Example

White with #D17015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D17015; }

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

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

background-color css

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

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

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

border-color css

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

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

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