Html Css Color HEX #DD7617 Chocolate

📋 copy color: '#DD7617'

red 221 ◦ green 118 ◦ blue 23

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

Shades of Chocolate #DD7617

Tints of Chocolate #DD7617

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 6.35%

R = 61.05%
G = 32.6%
B = 6.35%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.90

 K value IS 0.13

RGB Variations

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

Color information

#DD7617 (or 0xDD7617) is known color: Chocolate. HEX triplet: DD, 76 and 17. RGB value is (221,118,23). Sum of RGB (Red+Green+Blue) = 221+118+23=362 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.05% from 362); Green value is 118 (46.48% from 255 or 32.60% from 362); Blue value is 23 (9.38% from 255 or 6.35% from 362); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7617 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD7617 is #2289E8. Grayscale: #8A8A8A. Windows color (decimal): -2263529 or 1537757. OLE color: 1537757.

HSL color Cylindrical-coordinate representation of color #DD7617: hue angle of 28.79º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DD7617 is Cyan = 0, Magento = 0.47, Yellow = 0.90 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 118 23 -
CMYK 0 0.47 0.90 0.13
HSL 28.79º 0.81% 0.48% -
HSV(B) 28.79º 0.9% 0.87% -
XYZ 36.45 28.39 4.37 -
YUV 137.97 63.12 187.22 -
System Red Green Blue C M Y K H S L
Decimal 221 118 23 0 0.47 0.90 0.13 28.79 0.81 0.48
Hex DD 76 17 0 2F 5A D 1D 51 30
Octal 335 166 27 0 57 132 15 35 121 60
Binary 11011101 1110110 10111 0 101111 1011010 1101 11101 1010001 110000

Color Harmonies of #DD7617

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7617

Black with #DD7617

Text Example


Text Example

White with #DD7617

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7617; }

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

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

background-color css

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

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

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

border-color css

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

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

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