Html Css Color HEX #D16618 Chocolate

📋 copy color: '#D16618'

red 209 ◦ green 102 ◦ blue 24

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

Shades of Chocolate #D16618

Tints of Chocolate #D16618

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 7.16%

R = 62.39%
G = 30.45%
B = 7.16%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.89

 K value IS 0.18

RGB Variations

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

Color information

#D16618 (or 0xD16618) is known color: Chocolate. HEX triplet: D1, 66 and 18. RGB value is (209,102,24). Sum of RGB (Red+Green+Blue) = 209+102+24=335 (44% of max value = 765). Red value is 209 (82.03% from 255 or 62.39% from 335); Green value is 102 (40.23% from 255 or 30.45% from 335); Blue value is 24 (9.77% from 255 or 7.16% from 335); Max value from RGB is 209 - color contains mainly: red. Hex color #D16618 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D16618 is #2E99E7. Grayscale: #7D7D7D. Windows color (decimal): -3054056 or 1599185. OLE color: 1599185.

HSL color Cylindrical-coordinate representation of color #D16618: hue angle of 25.3º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D16618 is Cyan = 0, Magento = 0.51, Yellow = 0.89 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 102 24 -
CMYK 0 0.51 0.89 0.18
HSL 25.3º 0.79% 0.46% -
HSV(B) 25.3º 0.89% 0.82% -
XYZ 31.21 23.12 3.68 -
YUV 125.1 70.95 187.84 -
System Red Green Blue C M Y K H S L
Decimal 209 102 24 0 0.51 0.89 0.18 25.3 0.79 0.46
Hex D1 66 18 0 33 59 12 19 4F 2E
Octal 321 146 30 0 63 131 22 31 117 56
Binary 11010001 1100110 11000 0 110011 1011001 10010 11001 1001111 101110

Color Harmonies of #D16618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D16618

Black with #D16618

Text Example


Text Example

White with #D16618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D16618; }

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

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

background-color css

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

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

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

border-color css

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

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

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