Html Css Color HEX #D35318 Chocolate

📋 copy color: '#D35318'

red 211 ◦ green 83 ◦ blue 24

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

Shades of Chocolate #D35318

Tints of Chocolate #D35318

RGB

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

 GREEN value IS 83 (32.81% from 255) = 26.1%

 BLUE value IS 24 (9.77% from 255) = 7.55%

R = 66.35%
G = 26.1%
B = 7.55%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.89

 K value IS 0.17

RGB Variations

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

Color information

#D35318 (or 0xD35318) is known color: Chocolate. HEX triplet: D3, 53 and 18. RGB value is (211,83,24). Sum of RGB (Red+Green+Blue) = 211+83+24=318 (42% of max value = 765). Red value is 211 (82.81% from 255 or 66.35% from 318); Green value is 83 (32.81% from 255 or 26.10% from 318); Blue value is 24 (9.77% from 255 or 7.55% from 318); Max value from RGB is 211 - color contains mainly: red. Hex color #D35318 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D35318 is #2CACE7. Grayscale: #727272. Windows color (decimal): -2927848 or 1594323. OLE color: 1594323.

HSL color Cylindrical-coordinate representation of color #D35318: hue angle of 18.93º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D35318 is Cyan = 0, Magento = 0.61, Yellow = 0.89 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 83 24 -
CMYK 0 0.61 0.89 0.17
HSL 18.93º 0.8% 0.46% -
HSV(B) 18.93º 0.89% 0.83% -
XYZ 30.12 20.1 3.16 -
YUV 114.55 76.91 196.8 -
System Red Green Blue C M Y K H S L
Decimal 211 83 24 0 0.61 0.89 0.17 18.93 0.8 0.46
Hex D3 53 18 0 3D 59 11 13 50 2E
Octal 323 123 30 0 75 131 21 23 120 56
Binary 11010011 1010011 11000 0 111101 1011001 10001 10011 1010000 101110

Color Harmonies of #D35318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D35318

Black with #D35318

Text Example


Text Example

White with #D35318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D35318; }

 p { color: rgb(211,83,24); }

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

background-color css

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

 a { background-color: rgb(211,83,24); }

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

border-color css

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

 span { border-color: rgb(211,83,24); }

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