Html Css Color HEX #D35913 Chocolate

📋 copy color: '#D35913'

red 211 ◦ green 89 ◦ blue 19

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

Shades of Chocolate #D35913

Tints of Chocolate #D35913

RGB

 RED value IS 211 (82.81% from 255) = 66.14%

 GREEN value IS 89 (35.16% from 255) = 27.9%

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

R = 66.14%
G = 27.9%
B = 5.96%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.91

 K value IS 0.17

RGB Variations

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

Color information

#D35913 (or 0xD35913) is known color: Chocolate. HEX triplet: D3, 59 and 13. RGB value is (211,89,19). Sum of RGB (Red+Green+Blue) = 211+89+19=319 (42% of max value = 765). Red value is 211 (82.81% from 255 or 66.14% from 319); Green value is 89 (35.16% from 255 or 27.90% from 319); Blue value is 19 (7.81% from 255 or 5.96% from 319); Max value from RGB is 211 - color contains mainly: red. Hex color #D35913 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D35913 is #2CA6EC. Grayscale: #757575. Windows color (decimal): -2926317 or 1268179. OLE color: 1268179.

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

Color convert

RGB 211 89 19 -
CMYK 0 0.58 0.91 0.17
HSL 21.88º 0.83% 0.45% -
HSV(B) 21.88º 0.91% 0.83% -
XYZ 30.55 21.04 3.07 -
YUV 117.5 72.42 194.69 -
System Red Green Blue C M Y K H S L
Decimal 211 89 19 0 0.58 0.91 0.17 21.88 0.83 0.45
Hex D3 59 13 0 3A 5B 11 16 53 2D
Octal 323 131 23 0 72 133 21 26 123 55
Binary 11010011 1011001 10011 0 111010 1011011 10001 10110 1010011 101101

Color Harmonies of #D35913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D35913

Black with #D35913

Text Example


Text Example

White with #D35913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D35913; }

 p { color: rgb(211,89,19); }

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

background-color css

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

 a { background-color: rgb(211,89,19); }

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

border-color css

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

 span { border-color: rgb(211,89,19); }

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