Html Css Color HEX #DD6312 Chocolate

📋 copy color: '#DD6312'

red 221 ◦ green 99 ◦ blue 18

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

Shades of Chocolate #DD6312

Tints of Chocolate #DD6312

RGB

 RED value IS 221 (86.72% from 255) = 65.38%

 GREEN value IS 99 (39.06% from 255) = 29.29%

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

R = 65.38%
G = 29.29%
B = 5.33%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.92

 K value IS 0.13

RGB Variations

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

Color information

#DD6312 (or 0xDD6312) is known color: Chocolate. HEX triplet: DD, 63 and 12. RGB value is (221,99,18). Sum of RGB (Red+Green+Blue) = 221+99+18=338 (44% of max value = 765). Red value is 221 (86.72% from 255 or 65.38% from 338); Green value is 99 (39.06% from 255 or 29.29% from 338); Blue value is 18 (7.42% from 255 or 5.33% from 338); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6312 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD6312 is #229CED. Grayscale: #7E7E7E. Windows color (decimal): -2268398 or 1205213. OLE color: 1205213.

HSL color Cylindrical-coordinate representation of color #DD6312: hue angle of 23.94º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DD6312 is Cyan = 0, Magento = 0.55, Yellow = 0.92 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 99 18 -
CMYK 0 0.55 0.92 0.13
HSL 23.94º 0.85% 0.47% -
HSV(B) 23.94º 0.92% 0.87% -
XYZ 34.39 24.34 3.46 -
YUV 126.24 66.92 195.59 -
System Red Green Blue C M Y K H S L
Decimal 221 99 18 0 0.55 0.92 0.13 23.94 0.85 0.47
Hex DD 63 12 0 37 5C D 18 55 2F
Octal 335 143 22 0 67 134 15 30 125 57
Binary 11011101 1100011 10010 0 110111 1011100 1101 11000 1010101 101111

Color Harmonies of #DD6312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6312

Black with #DD6312

Text Example


Text Example

White with #DD6312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6312; }

 p { color: rgb(221,99,18); }

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

background-color css

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

 a { background-color: rgb(221,99,18); }

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

border-color css

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

 span { border-color: rgb(221,99,18); }

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