Html Css Color HEX #D3640F Chocolate

📋 copy color: '#D3640F'

red 211 ◦ green 100 ◦ blue 15

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

Shades of Chocolate #D3640F

Tints of Chocolate #D3640F

RGB

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

 GREEN value IS 100 (39.45% from 255) = 30.67%

 BLUE value IS 15 (6.25% from 255) = 4.6%

R = 64.72%
G = 30.67%
B = 4.6%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.93

 K value IS 0.17

RGB Variations

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

Color information

#D3640F (or 0xD3640F) is known color: Chocolate. HEX triplet: D3, 64 and 0F. RGB value is (211,100,15). Sum of RGB (Red+Green+Blue) = 211+100+15=326 (43% of max value = 765). Red value is 211 (82.81% from 255 or 64.72% from 326); Green value is 100 (39.45% from 255 or 30.67% from 326); Blue value is 15 (6.25% from 255 or 4.60% from 326); Max value from RGB is 211 - color contains mainly: red. Hex color #D3640F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D3640F is #2C9BF0. Grayscale: #7B7B7B. Windows color (decimal): -2923505 or 1008851. OLE color: 1008851.

HSL color Cylindrical-coordinate representation of color #D3640F: hue angle of 26.02º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D3640F is Cyan = 0, Magento = 0.53, Yellow = 0.93 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 100 15 -
CMYK 0 0.53 0.93 0.17
HSL 26.02º 0.87% 0.44% -
HSV(B) 26.02º 0.93% 0.83% -
XYZ 31.51 23 3.23 -
YUV 123.5 66.77 190.41 -
System Red Green Blue C M Y K H S L
Decimal 211 100 15 0 0.53 0.93 0.17 26.02 0.87 0.44
Hex D3 64 F 0 35 5D 11 1A 57 2C
Octal 323 144 17 0 65 135 21 32 127 54
Binary 11010011 1100100 1111 0 110101 1011101 10001 11010 1010111 101100

Color Harmonies of #D3640F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3640F

Black with #D3640F

Text Example


Text Example

White with #D3640F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3640F; }

 p { color: rgb(211,100,15); }

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

background-color css

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

 a { background-color: rgb(211,100,15); }

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

border-color css

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

 span { border-color: rgb(211,100,15); }

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