Html Css Color HEX #DD7615 Chocolate

📋 copy color: '#DD7615'

red 221 ◦ green 118 ◦ blue 21

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

Shades of Chocolate #DD7615

Tints of Chocolate #DD7615

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 5.83%

R = 61.39%
G = 32.78%
B = 5.83%

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

#DD7615 (or 0xDD7615) is known color: Chocolate. HEX triplet: DD, 76 and 15. RGB value is (221,118,21). Sum of RGB (Red+Green+Blue) = 221+118+21=360 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.39% from 360); Green value is 118 (46.48% from 255 or 32.78% from 360); Blue value is 21 (8.59% from 255 or 5.83% from 360); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7615 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD7615 is #2289EA. Grayscale: #8A8A8A. Windows color (decimal): -2263531 or 1406685. OLE color: 1406685.

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

Color convert

RGB 221 118 21 -
CMYK 0 0.47 0.90 0.13
HSL 29.1º 0.83% 0.47% -
HSV(B) 29.1º 0.9% 0.87% -
XYZ 36.43 28.38 4.27 -
YUV 137.74 62.12 187.39 -
System Red Green Blue C M Y K H S L
Decimal 221 118 21 0 0.47 0.90 0.13 29.1 0.83 0.47
Hex DD 76 15 0 2F 5A D 1D 53 2F
Octal 335 166 25 0 57 132 15 35 123 57
Binary 11011101 1110110 10101 0 101111 1011010 1101 11101 1010011 101111

Color Harmonies of #DD7615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7615

Black with #DD7615

Text Example


Text Example

White with #DD7615

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7615; }

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

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

background-color css

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

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

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

border-color css

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

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

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