Html Css Color HEX #D35519 Chocolate

📋 copy color: '#D35519'

red 211 ◦ green 85 ◦ blue 25

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

Shades of Chocolate #D35519

Tints of Chocolate #D35519

RGB

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

 GREEN value IS 85 (33.59% from 255) = 26.48%

 BLUE value IS 25 (10.16% from 255) = 7.79%

R = 65.73%
G = 26.48%
B = 7.79%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.88

 K value IS 0.17

RGB Variations

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

Color information

#D35519 (or 0xD35519) is known color: Chocolate. HEX triplet: D3, 55 and 19. RGB value is (211,85,25). Sum of RGB (Red+Green+Blue) = 211+85+25=321 (42% of max value = 765). Red value is 211 (82.81% from 255 or 65.73% from 321); Green value is 85 (33.59% from 255 or 26.48% from 321); Blue value is 25 (10.16% from 255 or 7.79% from 321); Max value from RGB is 211 - color contains mainly: red. Hex color #D35519 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D35519 is #2CAAE6. Grayscale: #747474. Windows color (decimal): -2927335 or 1660371. OLE color: 1660371.

HSL color Cylindrical-coordinate representation of color #D35519: hue angle of 19.35º degrees, saturation: 0.79, 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 #D35519 is Cyan = 0, Magento = 0.60, Yellow = 0.88 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 85 25 -
CMYK 0 0.60 0.88 0.17
HSL 19.35º 0.79% 0.46% -
HSV(B) 19.35º 0.88% 0.83% -
XYZ 30.29 20.42 3.26 -
YUV 115.83 76.74 195.88 -
System Red Green Blue C M Y K H S L
Decimal 211 85 25 0 0.60 0.88 0.17 19.35 0.79 0.46
Hex D3 55 19 0 3C 58 11 13 4F 2E
Octal 323 125 31 0 74 130 21 23 117 56
Binary 11010011 1010101 11001 0 111100 1011000 10001 10011 1001111 101110

Color Harmonies of #D35519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D35519

Black with #D35519

Text Example


Text Example

White with #D35519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D35519; }

 p { color: rgb(211,85,25); }

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

background-color css

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

 a { background-color: rgb(211,85,25); }

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

border-color css

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

 span { border-color: rgb(211,85,25); }

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