Html Css Color HEX #D96613 Chocolate

📋 copy color: '#D96613'

red 217 ◦ green 102 ◦ blue 19

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

Shades of Chocolate #D96613

Tints of Chocolate #D96613

RGB

 RED value IS 217 (85.16% from 255) = 64.2%

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

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

R = 64.2%
G = 30.18%
B = 5.62%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.91

 K value IS 0.15

RGB Variations

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

Color information

#D96613 (or 0xD96613) is known color: Chocolate. HEX triplet: D9, 66 and 13. RGB value is (217,102,19). Sum of RGB (Red+Green+Blue) = 217+102+19=338 (44% of max value = 765). Red value is 217 (85.16% from 255 or 64.20% from 338); Green value is 102 (40.23% from 255 or 30.18% from 338); Blue value is 19 (7.81% from 255 or 5.62% from 338); Max value from RGB is 217 - color contains mainly: red. Hex color #D96613 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D96613 is #2699EC. Grayscale: #7F7F7F. Windows color (decimal): -2529773 or 1271513. OLE color: 1271513.

HSL color Cylindrical-coordinate representation of color #D96613: hue angle of 25.15º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D96613 is Cyan = 0, Magento = 0.53, Yellow = 0.91 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 102 19 -
CMYK 0 0.53 0.91 0.15
HSL 25.15º 0.84% 0.46% -
HSV(B) 25.15º 0.91% 0.85% -
XYZ 33.48 24.3 3.54 -
YUV 126.92 67.1 192.25 -
System Red Green Blue C M Y K H S L
Decimal 217 102 19 0 0.53 0.91 0.15 25.15 0.84 0.46
Hex D9 66 13 0 35 5B F 19 54 2E
Octal 331 146 23 0 65 133 17 31 124 56
Binary 11011001 1100110 10011 0 110101 1011011 1111 11001 1010100 101110

Color Harmonies of #D96613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96613

Black with #D96613

Text Example


Text Example

White with #D96613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96613; }

 p { color: rgb(217,102,19); }

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

background-color css

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

 a { background-color: rgb(217,102,19); }

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

border-color css

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

 span { border-color: rgb(217,102,19); }

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