Html Css Color HEX #D35319 Chocolate

📋 copy color: '#D35319'

red 211 ◦ green 83 ◦ blue 25

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

Shades of Chocolate #D35319

Tints of Chocolate #D35319

RGB

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

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

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

R = 66.14%
G = 26.02%
B = 7.84%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.88

 K value IS 0.17

RGB Variations

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

Color information

#D35319 (or 0xD35319) is known color: Chocolate. HEX triplet: D3, 53 and 19. RGB value is (211,83,25). Sum of RGB (Red+Green+Blue) = 211+83+25=319 (42% of max value = 765). Red value is 211 (82.81% from 255 or 66.14% from 319); Green value is 83 (32.81% from 255 or 26.02% from 319); Blue value is 25 (10.16% from 255 or 7.84% from 319); Max value from RGB is 211 - color contains mainly: red. Hex color #D35319 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D35319 is #2CACE6. Grayscale: #737373. Windows color (decimal): -2927847 or 1659859. OLE color: 1659859.

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

Color convert

RGB 211 83 25 -
CMYK 0 0.61 0.88 0.17
HSL 18.71º 0.79% 0.46% -
HSV(B) 18.71º 0.88% 0.83% -
XYZ 30.13 20.11 3.21 -
YUV 114.66 77.41 196.72 -
System Red Green Blue C M Y K H S L
Decimal 211 83 25 0 0.61 0.88 0.17 18.71 0.79 0.46
Hex D3 53 19 0 3D 58 11 13 4F 2E
Octal 323 123 31 0 75 130 21 23 117 56
Binary 11010011 1010011 11001 0 111101 1011000 10001 10011 1001111 101110

Color Harmonies of #D35319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D35319

Black with #D35319

Text Example


Text Example

White with #D35319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D35319; }

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

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

background-color css

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

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

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

border-color css

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

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

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