Html Css Color HEX #DD6413 Chocolate

📋 copy color: '#DD6413'

red 221 ◦ green 100 ◦ blue 19

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

Shades of Chocolate #DD6413

Tints of Chocolate #DD6413

RGB

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

 GREEN value IS 100 (39.45% from 255) = 29.41%

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

R = 65%
G = 29.41%
B = 5.59%

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

#DD6413 (or 0xDD6413) is known color: Chocolate. HEX triplet: DD, 64 and 13. RGB value is (221,100,19). Sum of RGB (Red+Green+Blue) = 221+100+19=340 (45% of max value = 765). Red value is 221 (86.72% from 255 or 65% from 340); Green value is 100 (39.45% from 255 or 29.41% from 340); Blue value is 19 (7.81% from 255 or 5.59% from 340); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6413 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD6413 is #229BEC. Grayscale: #7F7F7F. Windows color (decimal): -2268141 or 1271005. OLE color: 1271005.

HSL color Cylindrical-coordinate representation of color #DD6413: hue angle of 24.06º 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 #DD6413 is Cyan = 0, Magento = 0.55, Yellow = 0.91 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 100 19 -
CMYK 0 0.55 0.91 0.13
HSL 24.06º 0.84% 0.47% -
HSV(B) 24.06º 0.91% 0.87% -
XYZ 34.49 24.53 3.53 -
YUV 126.95 67.09 195.09 -
System Red Green Blue C M Y K H S L
Decimal 221 100 19 0 0.55 0.91 0.13 24.06 0.84 0.47
Hex DD 64 13 0 37 5B D 18 54 2F
Octal 335 144 23 0 67 133 15 30 124 57
Binary 11011101 1100100 10011 0 110111 1011011 1101 11000 1010100 101111

Color Harmonies of #DD6413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6413

Black with #DD6413

Text Example


Text Example

White with #DD6413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6413; }

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

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

background-color css

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

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

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

border-color css

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

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

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