Html Css Color HEX #DD6214 Chocolate

📋 copy color: '#DD6214'

red 221 ◦ green 98 ◦ blue 20

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

Shades of Chocolate #DD6214

Tints of Chocolate #DD6214

RGB

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

 GREEN value IS 98 (38.67% from 255) = 28.91%

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

R = 65.19%
G = 28.91%
B = 5.9%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#DD6214 (or 0xDD6214) is known color: Chocolate. HEX triplet: DD, 62 and 14. RGB value is (221,98,20). Sum of RGB (Red+Green+Blue) = 221+98+20=339 (44% of max value = 765). Red value is 221 (86.72% from 255 or 65.19% from 339); Green value is 98 (38.67% from 255 or 28.91% from 339); Blue value is 20 (8.20% from 255 or 5.90% from 339); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6214 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD6214 is #229DEB. Grayscale: #7E7E7E. Windows color (decimal): -2268652 or 1336029. OLE color: 1336029.

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

Color convert

RGB 221 98 20 -
CMYK 0 0.56 0.91 0.13
HSL 23.28º 0.83% 0.47% -
HSV(B) 23.28º 0.91% 0.87% -
XYZ 34.31 24.16 3.52 -
YUV 125.89 68.25 195.84 -
System Red Green Blue C M Y K H S L
Decimal 221 98 20 0 0.56 0.91 0.13 23.28 0.83 0.47
Hex DD 62 14 0 38 5B D 17 53 2F
Octal 335 142 24 0 70 133 15 27 123 57
Binary 11011101 1100010 10100 0 111000 1011011 1101 10111 1010011 101111

Color Harmonies of #DD6214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6214

Black with #DD6214

Text Example


Text Example

White with #DD6214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6214; }

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

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

background-color css

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

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

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

border-color css

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

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

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