Html Css Color HEX #D35C15 Chocolate

📋 copy color: '#D35C15'

red 211 ◦ green 92 ◦ blue 21

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

Shades of Chocolate #D35C15

Tints of Chocolate #D35C15

RGB

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

 GREEN value IS 92 (36.33% from 255) = 28.4%

 BLUE value IS 21 (8.59% from 255) = 6.48%

R = 65.12%
G = 28.4%
B = 6.48%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.90

 K value IS 0.17

RGB Variations

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

Color information

#D35C15 (or 0xD35C15) is known color: Chocolate. HEX triplet: D3, 5C and 15. RGB value is (211,92,21). Sum of RGB (Red+Green+Blue) = 211+92+21=324 (42% of max value = 765). Red value is 211 (82.81% from 255 or 65.12% from 324); Green value is 92 (36.33% from 255 or 28.40% from 324); Blue value is 21 (8.59% from 255 or 6.48% from 324); Max value from RGB is 211 - color contains mainly: red. Hex color #D35C15 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D35C15 is #2CA3EA. Grayscale: #777777. Windows color (decimal): -2925547 or 1400019. OLE color: 1400019.

HSL color Cylindrical-coordinate representation of color #D35C15: hue angle of 22.42º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D35C15 is Cyan = 0, Magento = 0.56, Yellow = 0.90 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 92 21 -
CMYK 0 0.56 0.90 0.17
HSL 22.42º 0.82% 0.45% -
HSV(B) 22.42º 0.9% 0.83% -
XYZ 30.83 21.56 3.25 -
YUV 119.49 72.42 193.27 -
System Red Green Blue C M Y K H S L
Decimal 211 92 21 0 0.56 0.90 0.17 22.42 0.82 0.45
Hex D3 5C 15 0 38 5A 11 16 52 2D
Octal 323 134 25 0 70 132 21 26 122 55
Binary 11010011 1011100 10101 0 111000 1011010 10001 10110 1010010 101101

Color Harmonies of #D35C15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D35C15

Black with #D35C15

Text Example


Text Example

White with #D35C15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D35C15; }

 p { color: rgb(211,92,21); }

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

background-color css

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

 a { background-color: rgb(211,92,21); }

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

border-color css

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

 span { border-color: rgb(211,92,21); }

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