Html Css Color HEX #D35F10 Chocolate

📋 copy color: '#D35F10'

red 211 ◦ green 95 ◦ blue 16

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

Shades of Chocolate #D35F10

Tints of Chocolate #D35F10

RGB

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

 GREEN value IS 95 (37.5% from 255) = 29.5%

 BLUE value IS 16 (6.64% from 255) = 4.97%

R = 65.53%
G = 29.5%
B = 4.97%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.92

 K value IS 0.17

RGB Variations

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

Color information

#D35F10 (or 0xD35F10) is known color: Chocolate. HEX triplet: D3, 5F and 10. RGB value is (211,95,16). Sum of RGB (Red+Green+Blue) = 211+95+16=322 (42% of max value = 765). Red value is 211 (82.81% from 255 or 65.53% from 322); Green value is 95 (37.5% from 255 or 29.50% from 322); Blue value is 16 (6.64% from 255 or 4.97% from 322); Max value from RGB is 211 - color contains mainly: red. Hex color #D35F10 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D35F10 is #2CA0EF. Grayscale: #797979. Windows color (decimal): -2924784 or 1073107. OLE color: 1073107.

HSL color Cylindrical-coordinate representation of color #D35F10: hue angle of 24.31º degrees, saturation: 0.86, 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 #D35F10 is Cyan = 0, Magento = 0.55, Yellow = 0.92 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 95 16 -
CMYK 0 0.55 0.92 0.17
HSL 24.31º 0.86% 0.45% -
HSV(B) 24.31º 0.92% 0.83% -
XYZ 31.05 22.07 3.11 -
YUV 120.68 68.93 192.42 -
System Red Green Blue C M Y K H S L
Decimal 211 95 16 0 0.55 0.92 0.17 24.31 0.86 0.45
Hex D3 5F 10 0 37 5C 11 18 56 2D
Octal 323 137 20 0 67 134 21 30 126 55
Binary 11010011 1011111 10000 0 110111 1011100 10001 11000 1010110 101101

Color Harmonies of #D35F10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D35F10

Black with #D35F10

Text Example


Text Example

White with #D35F10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D35F10; }

 p { color: rgb(211,95,16); }

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

background-color css

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

 a { background-color: rgb(211,95,16); }

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

border-color css

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

 span { border-color: rgb(211,95,16); }

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