Html Css Color HEX #DD6715 Chocolate

📋 copy color: '#DD6715'

red 221 ◦ green 103 ◦ blue 21

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

Shades of Chocolate #DD6715

Tints of Chocolate #DD6715

RGB

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

 GREEN value IS 103 (40.63% from 255) = 29.86%

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

R = 64.06%
G = 29.86%
B = 6.09%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.90

 K value IS 0.13

RGB Variations

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

Color information

#DD6715 (or 0xDD6715) is known color: Chocolate. HEX triplet: DD, 67 and 15. RGB value is (221,103,21). Sum of RGB (Red+Green+Blue) = 221+103+21=345 (45% of max value = 765). Red value is 221 (86.72% from 255 or 64.06% from 345); Green value is 103 (40.62% from 255 or 29.86% from 345); Blue value is 21 (8.59% from 255 or 6.09% from 345); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6715 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD6715 is #2298EA. Grayscale: #818181. Windows color (decimal): -2267371 or 1402845. OLE color: 1402845.

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

Color convert

RGB 221 103 21 -
CMYK 0 0.53 0.90 0.13
HSL 24.6º 0.83% 0.47% -
HSV(B) 24.6º 0.9% 0.87% -
XYZ 34.8 25.13 3.73 -
YUV 128.93 67.09 193.67 -
System Red Green Blue C M Y K H S L
Decimal 221 103 21 0 0.53 0.90 0.13 24.6 0.83 0.47
Hex DD 67 15 0 35 5A D 19 53 2F
Octal 335 147 25 0 65 132 15 31 123 57
Binary 11011101 1100111 10101 0 110101 1011010 1101 11001 1010011 101111

Color Harmonies of #DD6715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6715

Black with #DD6715

Text Example


Text Example

White with #DD6715

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6715; }

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

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

background-color css

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

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

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

border-color css

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

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

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