Html Css Color HEX #DD7015 Chocolate

📋 copy color: '#DD7015'

red 221 ◦ green 112 ◦ blue 21

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

Shades of Chocolate #DD7015

Tints of Chocolate #DD7015

RGB

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

 GREEN value IS 112 (44.14% from 255) = 31.64%

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

R = 62.43%
G = 31.64%
B = 5.93%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.90

 K value IS 0.13

RGB Variations

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

Color information

#DD7015 (or 0xDD7015) is known color: Chocolate. HEX triplet: DD, 70 and 15. RGB value is (221,112,21). Sum of RGB (Red+Green+Blue) = 221+112+21=354 (46% of max value = 765). Red value is 221 (86.72% from 255 or 62.43% from 354); Green value is 112 (44.14% from 255 or 31.64% from 354); Blue value is 21 (8.59% from 255 or 5.93% from 354); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7015 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD7015 is #228FEA. Grayscale: #868686. Windows color (decimal): -2265067 or 1405149. OLE color: 1405149.

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

Color convert

RGB 221 112 21 -
CMYK 0 0.49 0.90 0.13
HSL 27.3º 0.83% 0.47% -
HSV(B) 27.3º 0.9% 0.87% -
XYZ 35.75 27.01 4.04 -
YUV 134.22 64.11 189.9 -
System Red Green Blue C M Y K H S L
Decimal 221 112 21 0 0.49 0.90 0.13 27.3 0.83 0.47
Hex DD 70 15 0 31 5A D 1B 53 2F
Octal 335 160 25 0 61 132 15 33 123 57
Binary 11011101 1110000 10101 0 110001 1011010 1101 11011 1010011 101111

Color Harmonies of #DD7015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7015

Black with #DD7015

Text Example


Text Example

White with #DD7015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7015; }

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

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

background-color css

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

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

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

border-color css

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

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

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