Html Css Color HEX #DD6215 Chocolate

📋 copy color: '#DD6215'

red 221 ◦ green 98 ◦ blue 21

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

Shades of Chocolate #DD6215

Tints of Chocolate #DD6215

RGB

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

 GREEN value IS 98 (38.67% from 255) = 28.82%

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

R = 65%
G = 28.82%
B = 6.18%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.90

 K value IS 0.13

RGB Variations

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

Color information

#DD6215 (or 0xDD6215) is known color: Chocolate. HEX triplet: DD, 62 and 15. RGB value is (221,98,21). Sum of RGB (Red+Green+Blue) = 221+98+21=340 (45% of max value = 765). Red value is 221 (86.72% from 255 or 65% from 340); Green value is 98 (38.67% from 255 or 28.82% from 340); Blue value is 21 (8.59% from 255 or 6.18% from 340); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6215 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD6215 is #229DEA. Grayscale: #7E7E7E. Windows color (decimal): -2268651 or 1401565. OLE color: 1401565.

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

Color convert

RGB 221 98 21 -
CMYK 0 0.56 0.90 0.13
HSL 23.1º 0.83% 0.47% -
HSV(B) 23.1º 0.9% 0.87% -
XYZ 34.32 24.16 3.56 -
YUV 126 68.75 195.76 -
System Red Green Blue C M Y K H S L
Decimal 221 98 21 0 0.56 0.90 0.13 23.1 0.83 0.47
Hex DD 62 15 0 38 5A D 17 53 2F
Octal 335 142 25 0 70 132 15 27 123 57
Binary 11011101 1100010 10101 0 111000 1011010 1101 10111 1010011 101111

Color Harmonies of #DD6215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6215

Black with #DD6215

Text Example


Text Example

White with #DD6215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6215; }

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

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

background-color css

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

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

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

border-color css

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

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

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