Html Css Color HEX #DD7614 Chocolate

📋 copy color: '#DD7614'

red 221 ◦ green 118 ◦ blue 20

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

Shades of Chocolate #DD7614

Tints of Chocolate #DD7614

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 5.57%

R = 61.56%
G = 32.87%
B = 5.57%

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

#DD7614 (or 0xDD7614) is known color: Chocolate. HEX triplet: DD, 76 and 14. RGB value is (221,118,20). Sum of RGB (Red+Green+Blue) = 221+118+20=359 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.56% from 359); Green value is 118 (46.48% from 255 or 32.87% from 359); Blue value is 20 (8.20% from 255 or 5.57% from 359); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7614 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD7614 is #2289EB. Grayscale: #8A8A8A. Windows color (decimal): -2263532 or 1341149. OLE color: 1341149.

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

Color convert

RGB 221 118 20 -
CMYK 0 0.47 0.91 0.13
HSL 29.25º 0.83% 0.47% -
HSV(B) 29.25º 0.91% 0.87% -
XYZ 36.42 28.38 4.22 -
YUV 137.63 61.62 187.47 -
System Red Green Blue C M Y K H S L
Decimal 221 118 20 0 0.47 0.91 0.13 29.25 0.83 0.47
Hex DD 76 14 0 2F 5B D 1D 53 2F
Octal 335 166 24 0 57 133 15 35 123 57
Binary 11011101 1110110 10100 0 101111 1011011 1101 11101 1010011 101111

Color Harmonies of #DD7614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7614

Black with #DD7614

Text Example


Text Example

White with #DD7614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7614; }

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

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

background-color css

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

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

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

border-color css

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

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

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