Html Css Color HEX #D55D12 Chocolate

📋 copy color: '#D55D12'

red 213 ◦ green 93 ◦ blue 18

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

Shades of Chocolate #D55D12

Tints of Chocolate #D55D12

RGB

 RED value IS 213 (83.59% from 255) = 65.74%

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

 BLUE value IS 18 (7.42% from 255) = 5.56%

R = 65.74%
G = 28.7%
B = 5.56%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.92

 K value IS 0.16

RGB Variations

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

Color information

#D55D12 (or 0xD55D12) is known color: Chocolate. HEX triplet: D5, 5D and 12. RGB value is (213,93,18). Sum of RGB (Red+Green+Blue) = 213+93+18=324 (42% of max value = 765). Red value is 213 (83.59% from 255 or 65.74% from 324); Green value is 93 (36.72% from 255 or 28.70% from 324); Blue value is 18 (7.42% from 255 or 5.56% from 324); Max value from RGB is 213 - color contains mainly: red. Hex color #D55D12 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D55D12 is #2AA2ED. Grayscale: #787878. Windows color (decimal): -2794222 or 1203669. OLE color: 1203669.

HSL color Cylindrical-coordinate representation of color #D55D12: hue angle of 23.08º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D55D12 is Cyan = 0, Magento = 0.56, Yellow = 0.92 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 93 18 -
CMYK 0 0.56 0.92 0.16
HSL 23.08º 0.84% 0.45% -
HSV(B) 23.08º 0.92% 0.84% -
XYZ 31.46 22.02 3.16 -
YUV 120.33 70.26 194.1 -
System Red Green Blue C M Y K H S L
Decimal 213 93 18 0 0.56 0.92 0.16 23.08 0.84 0.45
Hex D5 5D 12 0 38 5C 10 17 54 2D
Octal 325 135 22 0 70 134 20 27 124 55
Binary 11010101 1011101 10010 0 111000 1011100 10000 10111 1010100 101101

Color Harmonies of #D55D12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55D12

Black with #D55D12

Text Example


Text Example

White with #D55D12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55D12; }

 p { color: rgb(213,93,18); }

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

background-color css

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

 a { background-color: rgb(213,93,18); }

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

border-color css

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

 span { border-color: rgb(213,93,18); }

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