Html Css Color HEX #D35D11 Chocolate

📋 copy color: '#D35D11'

red 211 ◦ green 93 ◦ blue 17

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

Shades of Chocolate #D35D11

Tints of Chocolate #D35D11

RGB

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

 GREEN value IS 93 (36.72% from 255) = 28.97%

 BLUE value IS 17 (7.03% from 255) = 5.3%

R = 65.73%
G = 28.97%
B = 5.3%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.92

 K value IS 0.17

RGB Variations

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

Color information

#D35D11 (or 0xD35D11) is known color: Chocolate. HEX triplet: D3, 5D and 11. RGB value is (211,93,17). Sum of RGB (Red+Green+Blue) = 211+93+17=321 (42% of max value = 765). Red value is 211 (82.81% from 255 or 65.73% from 321); Green value is 93 (36.72% from 255 or 28.97% from 321); Blue value is 17 (7.03% from 255 or 5.30% from 321); Max value from RGB is 211 - color contains mainly: red. Hex color #D35D11 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D35D11 is #2CA2EE. Grayscale: #787878. Windows color (decimal): -2925295 or 1138131. OLE color: 1138131.

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

Color convert

RGB 211 93 17 -
CMYK 0 0.56 0.92 0.17
HSL 23.51º 0.85% 0.45% -
HSV(B) 23.51º 0.92% 0.83% -
XYZ 30.88 21.72 3.09 -
YUV 119.62 70.09 193.18 -
System Red Green Blue C M Y K H S L
Decimal 211 93 17 0 0.56 0.92 0.17 23.51 0.85 0.45
Hex D3 5D 11 0 38 5C 11 18 55 2D
Octal 323 135 21 0 70 134 21 30 125 55
Binary 11010011 1011101 10001 0 111000 1011100 10001 11000 1010101 101101

Color Harmonies of #D35D11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D35D11

Black with #D35D11

Text Example


Text Example

White with #D35D11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D35D11; }

 p { color: rgb(211,93,17); }

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

background-color css

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

 a { background-color: rgb(211,93,17); }

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

border-color css

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

 span { border-color: rgb(211,93,17); }

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