Html Css Color HEX #DD6814 Chocolate

📋 copy color: '#DD6814'

red 221 ◦ green 104 ◦ blue 20

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

Shades of Chocolate #DD6814

Tints of Chocolate #DD6814

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 5.8%

R = 64.06%
G = 30.14%
B = 5.8%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#DD6814 (or 0xDD6814) is known color: Chocolate. HEX triplet: DD, 68 and 14. RGB value is (221,104,20). Sum of RGB (Red+Green+Blue) = 221+104+20=345 (45% of max value = 765). Red value is 221 (86.72% from 255 or 64.06% from 345); Green value is 104 (41.02% from 255 or 30.14% from 345); Blue value is 20 (8.20% from 255 or 5.80% from 345); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6814 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD6814 is #2297EB. Grayscale: #818181. Windows color (decimal): -2267116 or 1337565. OLE color: 1337565.

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

Color convert

RGB 221 104 20 -
CMYK 0 0.53 0.91 0.13
HSL 25.07º 0.83% 0.47% -
HSV(B) 25.07º 0.91% 0.87% -
XYZ 34.9 25.32 3.71 -
YUV 129.41 66.26 193.33 -
System Red Green Blue C M Y K H S L
Decimal 221 104 20 0 0.53 0.91 0.13 25.07 0.83 0.47
Hex DD 68 14 0 35 5B D 19 53 2F
Octal 335 150 24 0 65 133 15 31 123 57
Binary 11011101 1101000 10100 0 110101 1011011 1101 11001 1010011 101111

Color Harmonies of #DD6814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6814

Black with #DD6814

Text Example


Text Example

White with #DD6814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6814; }

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

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

background-color css

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

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

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

border-color css

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

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

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