Html Css Color HEX #DD7515 Chocolate

📋 copy color: '#DD7515'

red 221 ◦ green 117 ◦ blue 21

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

Shades of Chocolate #DD7515

Tints of Chocolate #DD7515

RGB

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

 GREEN value IS 117 (46.09% from 255) = 32.59%

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

R = 61.56%
G = 32.59%
B = 5.85%

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

#DD7515 (or 0xDD7515) is known color: Chocolate. HEX triplet: DD, 75 and 15. RGB value is (221,117,21). Sum of RGB (Red+Green+Blue) = 221+117+21=359 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.56% from 359); Green value is 117 (46.09% from 255 or 32.59% from 359); Blue value is 21 (8.59% from 255 or 5.85% from 359); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7515 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD7515 is #228AEA. Grayscale: #898989. Windows color (decimal): -2263787 or 1406429. OLE color: 1406429.

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

Color convert

RGB 221 117 21 -
CMYK 0 0.47 0.90 0.13
HSL 28.8º 0.83% 0.47% -
HSV(B) 28.8º 0.9% 0.87% -
XYZ 36.32 28.15 4.23 -
YUV 137.15 62.46 187.81 -
System Red Green Blue C M Y K H S L
Decimal 221 117 21 0 0.47 0.90 0.13 28.8 0.83 0.47
Hex DD 75 15 0 2F 5A D 1D 53 2F
Octal 335 165 25 0 57 132 15 35 123 57
Binary 11011101 1110101 10101 0 101111 1011010 1101 11101 1010011 101111

Color Harmonies of #DD7515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7515

Black with #DD7515

Text Example


Text Example

White with #DD7515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7515; }

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

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

background-color css

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

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

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

border-color css

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

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

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