Html Css Color HEX #DD681C Chocolate

📋 copy color: '#DD681C'

red 221 ◦ green 104 ◦ blue 28

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

Shades of Chocolate #DD681C

Tints of Chocolate #DD681C

RGB

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

 GREEN value IS 104 (41.02% from 255) = 29.46%

 BLUE value IS 28 (11.33% from 255) = 7.93%

R = 62.61%
G = 29.46%
B = 7.93%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.87

 K value IS 0.13

RGB Variations

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

Color information

#DD681C (or 0xDD681C) is known color: Chocolate. HEX triplet: DD, 68 and 1C. RGB value is (221,104,28). Sum of RGB (Red+Green+Blue) = 221+104+28=353 (46% of max value = 765). Red value is 221 (86.72% from 255 or 62.61% from 353); Green value is 104 (41.02% from 255 or 29.46% from 353); Blue value is 28 (11.33% from 255 or 7.93% from 353); Max value from RGB is 221 - color contains mainly: red. Hex color #DD681C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD681C is #2297E3. Grayscale: #828282. Windows color (decimal): -2267108 or 1861853. OLE color: 1861853.

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

Color convert

RGB 221 104 28 -
CMYK 0 0.53 0.87 0.13
HSL 23.63º 0.78% 0.49% -
HSV(B) 23.63º 0.87% 0.87% -
XYZ 34.98 25.36 4.15 -
YUV 130.32 70.26 192.68 -
System Red Green Blue C M Y K H S L
Decimal 221 104 28 0 0.53 0.87 0.13 23.63 0.78 0.49
Hex DD 68 1C 0 35 57 D 18 4E 31
Octal 335 150 34 0 65 127 15 30 116 61
Binary 11011101 1101000 11100 0 110101 1010111 1101 11000 1001110 110001

Color Harmonies of #DD681C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD681C

Black with #DD681C

Text Example


Text Example

White with #DD681C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD681C; }

 p { color: rgb(221,104,28); }

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

background-color css

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

 a { background-color: rgb(221,104,28); }

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

border-color css

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

 span { border-color: rgb(221,104,28); }

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