Html Css Color HEX #DD7613 Chocolate

📋 copy color: '#DD7613'

red 221 ◦ green 118 ◦ blue 19

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

Shades of Chocolate #DD7613

Tints of Chocolate #DD7613

RGB

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

 GREEN value IS 118 (46.48% from 255) = 32.96%

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

R = 61.73%
G = 32.96%
B = 5.31%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#DD7613 (or 0xDD7613) is known color: Chocolate. HEX triplet: DD, 76 and 13. RGB value is (221,118,19). Sum of RGB (Red+Green+Blue) = 221+118+19=358 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.73% from 358); Green value is 118 (46.48% from 255 or 32.96% from 358); Blue value is 19 (7.81% from 255 or 5.31% from 358); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7613 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD7613 is #2289EC. Grayscale: #8A8A8A. Windows color (decimal): -2263533 or 1275613. OLE color: 1275613.

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

Color convert

RGB 221 118 19 -
CMYK 0 0.47 0.91 0.13
HSL 29.41º 0.84% 0.47% -
HSV(B) 29.41º 0.91% 0.87% -
XYZ 36.41 28.38 4.17 -
YUV 137.51 61.12 187.55 -
System Red Green Blue C M Y K H S L
Decimal 221 118 19 0 0.47 0.91 0.13 29.41 0.84 0.47
Hex DD 76 13 0 2F 5B D 1D 54 2F
Octal 335 166 23 0 57 133 15 35 124 57
Binary 11011101 1110110 10011 0 101111 1011011 1101 11101 1010100 101111

Color Harmonies of #DD7613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7613

Black with #DD7613

Text Example


Text Example

White with #DD7613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7613; }

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

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

background-color css

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

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

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

border-color css

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

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

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