Html Css Color HEX #D16313 Chocolate

📋 copy color: '#D16313'

red 209 ◦ green 99 ◦ blue 19

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

Shades of Chocolate #D16313

Tints of Chocolate #D16313

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 5.81%

R = 63.91%
G = 30.28%
B = 5.81%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.91

 K value IS 0.18

RGB Variations

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

Color information

#D16313 (or 0xD16313) is known color: Chocolate. HEX triplet: D1, 63 and 13. RGB value is (209,99,19). Sum of RGB (Red+Green+Blue) = 209+99+19=327 (43% of max value = 765). Red value is 209 (82.03% from 255 or 63.91% from 327); Green value is 99 (39.06% from 255 or 30.28% from 327); Blue value is 19 (7.81% from 255 or 5.81% from 327); Max value from RGB is 209 - color contains mainly: red. Hex color #D16313 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D16313 is #2E9CEC. Grayscale: #7B7B7B. Windows color (decimal): -3054829 or 1270737. OLE color: 1270737.

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

Color convert

RGB 209 99 19 -
CMYK 0 0.53 0.91 0.18
HSL 25.26º 0.83% 0.45% -
HSV(B) 25.26º 0.91% 0.82% -
XYZ 30.87 22.53 3.34 -
YUV 122.77 69.44 189.5 -
System Red Green Blue C M Y K H S L
Decimal 209 99 19 0 0.53 0.91 0.18 25.26 0.83 0.45
Hex D1 63 13 0 35 5B 12 19 53 2D
Octal 321 143 23 0 65 133 22 31 123 55
Binary 11010001 1100011 10011 0 110101 1011011 10010 11001 1010011 101101

Color Harmonies of #D16313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D16313

Black with #D16313

Text Example


Text Example

White with #D16313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D16313; }

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

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

background-color css

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

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

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

border-color css

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

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

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