Html Css Color HEX #DD6313 Chocolate

📋 copy color: '#DD6313'

red 221 ◦ green 99 ◦ blue 19

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

Shades of Chocolate #DD6313

Tints of Chocolate #DD6313

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 5.6%

R = 65.19%
G = 29.2%
B = 5.6%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#DD6313 (or 0xDD6313) is known color: Chocolate. HEX triplet: DD, 63 and 13. RGB value is (221,99,19). Sum of RGB (Red+Green+Blue) = 221+99+19=339 (44% of max value = 765). Red value is 221 (86.72% from 255 or 65.19% from 339); Green value is 99 (39.06% from 255 or 29.20% from 339); Blue value is 19 (7.81% from 255 or 5.60% from 339); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6313 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD6313 is #229CEC. Grayscale: #7E7E7E. Windows color (decimal): -2268397 or 1270749. OLE color: 1270749.

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

Color convert

RGB 221 99 19 -
CMYK 0 0.55 0.91 0.13
HSL 23.76º 0.84% 0.47% -
HSV(B) 23.76º 0.91% 0.87% -
XYZ 34.4 24.34 3.5 -
YUV 126.36 67.42 195.5 -
System Red Green Blue C M Y K H S L
Decimal 221 99 19 0 0.55 0.91 0.13 23.76 0.84 0.47
Hex DD 63 13 0 37 5B D 18 54 2F
Octal 335 143 23 0 67 133 15 30 124 57
Binary 11011101 1100011 10011 0 110111 1011011 1101 11000 1010100 101111

Color Harmonies of #DD6313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6313

Black with #DD6313

Text Example


Text Example

White with #DD6313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6313; }

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

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

background-color css

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

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

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

border-color css

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

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

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