Html Css Color HEX #DD6718 Chocolate

📋 copy color: '#DD6718'

red 221 ◦ green 103 ◦ blue 24

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

Shades of Chocolate #DD6718

Tints of Chocolate #DD6718

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 6.9%

R = 63.51%
G = 29.6%
B = 6.9%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.89

 K value IS 0.13

RGB Variations

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

Color information

#DD6718 (or 0xDD6718) is known color: Chocolate. HEX triplet: DD, 67 and 18. RGB value is (221,103,24). Sum of RGB (Red+Green+Blue) = 221+103+24=348 (46% of max value = 765). Red value is 221 (86.72% from 255 or 63.51% from 348); Green value is 103 (40.62% from 255 or 29.60% from 348); Blue value is 24 (9.77% from 255 or 6.90% from 348); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6718 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD6718 is #2298E7. Grayscale: #818181. Windows color (decimal): -2267368 or 1599453. OLE color: 1599453.

HSL color Cylindrical-coordinate representation of color #DD6718: hue angle of 24.06º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DD6718 is Cyan = 0, Magento = 0.53, Yellow = 0.89 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 103 24 -
CMYK 0 0.53 0.89 0.13
HSL 24.06º 0.8% 0.48% -
HSV(B) 24.06º 0.89% 0.87% -
XYZ 34.83 25.14 3.88 -
YUV 129.28 68.59 193.42 -
System Red Green Blue C M Y K H S L
Decimal 221 103 24 0 0.53 0.89 0.13 24.06 0.8 0.48
Hex DD 67 18 0 35 59 D 18 50 30
Octal 335 147 30 0 65 131 15 30 120 60
Binary 11011101 1100111 11000 0 110101 1011001 1101 11000 1010000 110000

Color Harmonies of #DD6718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6718

Black with #DD6718

Text Example


Text Example

White with #DD6718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6718; }

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

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

background-color css

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

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

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

border-color css

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

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

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