Html Css Color HEX #DD6415 Chocolate

📋 copy color: '#DD6415'

red 221 ◦ green 100 ◦ blue 21

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

Shades of Chocolate #DD6415

Tints of Chocolate #DD6415

RGB

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

 GREEN value IS 100 (39.45% from 255) = 29.24%

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

R = 64.62%
G = 29.24%
B = 6.14%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.90

 K value IS 0.13

RGB Variations

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

Color information

#DD6415 (or 0xDD6415) is known color: Chocolate. HEX triplet: DD, 64 and 15. RGB value is (221,100,21). Sum of RGB (Red+Green+Blue) = 221+100+21=342 (45% of max value = 765). Red value is 221 (86.72% from 255 or 64.62% from 342); Green value is 100 (39.45% from 255 or 29.24% from 342); Blue value is 21 (8.59% from 255 or 6.14% from 342); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6415 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD6415 is #229BEA. Grayscale: #7F7F7F. Windows color (decimal): -2268139 or 1402077. OLE color: 1402077.

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

Color convert

RGB 221 100 21 -
CMYK 0 0.55 0.90 0.13
HSL 23.7º 0.83% 0.47% -
HSV(B) 23.7º 0.9% 0.87% -
XYZ 34.51 24.54 3.63 -
YUV 127.17 68.09 194.92 -
System Red Green Blue C M Y K H S L
Decimal 221 100 21 0 0.55 0.90 0.13 23.7 0.83 0.47
Hex DD 64 15 0 37 5A D 18 53 2F
Octal 335 144 25 0 67 132 15 30 123 57
Binary 11011101 1100100 10101 0 110111 1011010 1101 11000 1010011 101111

Color Harmonies of #DD6415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6415

Black with #DD6415

Text Example


Text Example

White with #DD6415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6415; }

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

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

background-color css

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

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

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

border-color css

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

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

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