Html Css Color HEX #D35D1A Chocolate

📋 copy color: '#D35D1A'

red 211 ◦ green 93 ◦ blue 26

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

Shades of Chocolate #D35D1A

Tints of Chocolate #D35D1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 7.88%

R = 63.94%
G = 28.18%
B = 7.88%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.88

 K value IS 0.17

RGB Variations

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

Color information

#D35D1A (or 0xD35D1A) is known color: Chocolate. HEX triplet: D3, 5D and 1A. RGB value is (211,93,26). Sum of RGB (Red+Green+Blue) = 211+93+26=330 (43% of max value = 765). Red value is 211 (82.81% from 255 or 63.94% from 330); Green value is 93 (36.72% from 255 or 28.18% from 330); Blue value is 26 (10.55% from 255 or 7.88% from 330); Max value from RGB is 211 - color contains mainly: red. Hex color #D35D1A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D35D1A is #2CA2E5. Grayscale: #797979. Windows color (decimal): -2925286 or 1727955. OLE color: 1727955.

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

Color convert

RGB 211 93 26 -
CMYK 0 0.56 0.88 0.17
HSL 21.73º 0.78% 0.46% -
HSV(B) 21.73º 0.88% 0.83% -
XYZ 30.96 21.75 3.54 -
YUV 120.64 74.59 192.45 -
System Red Green Blue C M Y K H S L
Decimal 211 93 26 0 0.56 0.88 0.17 21.73 0.78 0.46
Hex D3 5D 1A 0 38 58 11 16 4E 2E
Octal 323 135 32 0 70 130 21 26 116 56
Binary 11010011 1011101 11010 0 111000 1011000 10001 10110 1001110 101110

Color Harmonies of #D35D1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D35D1A

Black with #D35D1A

Text Example


Text Example

White with #D35D1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D35D1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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