Html Css Color HEX #DD6223 Chocolate

📋 copy color: '#DD6223'

red 221 ◦ green 98 ◦ blue 35

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

Shades of Chocolate #DD6223

Tints of Chocolate #DD6223

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 9.89%

R = 62.43%
G = 27.68%
B = 9.89%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.84

 K value IS 0.13

RGB Variations

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

Color information

#DD6223 (or 0xDD6223) is known color: Chocolate. HEX triplet: DD, 62 and 23. RGB value is (221,98,35). Sum of RGB (Red+Green+Blue) = 221+98+35=354 (46% of max value = 765). Red value is 221 (86.72% from 255 or 62.43% from 354); Green value is 98 (38.67% from 255 or 27.68% from 354); Blue value is 35 (14.06% from 255 or 9.89% from 354); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6223 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD6223 is #229DDC. Grayscale: #7F7F7F. Windows color (decimal): -2268637 or 2319069. OLE color: 2319069.

HSL color Cylindrical-coordinate representation of color #DD6223: hue angle of 20.32º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DD6223 is Cyan = 0, Magento = 0.56, Yellow = 0.84 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 98 35 -
CMYK 0 0.56 0.84 0.13
HSL 20.32º 0.73% 0.5% -
HSV(B) 20.32º 0.84% 0.87% -
XYZ 34.49 24.23 4.45 -
YUV 127.6 75.75 194.62 -
System Red Green Blue C M Y K H S L
Decimal 221 98 35 0 0.56 0.84 0.13 20.32 0.73 0.5
Hex DD 62 23 0 38 54 D 14 49 32
Octal 335 142 43 0 70 124 15 24 111 62
Binary 11011101 1100010 100011 0 111000 1010100 1101 10100 1001001 110010

Color Harmonies of #DD6223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6223

Black with #DD6223

Text Example


Text Example

White with #DD6223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6223; }

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

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

background-color css

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

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

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

border-color css

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

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

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