Html Css Color HEX #DD6323 Chocolate

📋 copy color: '#DD6323'

red 221 ◦ green 99 ◦ blue 35

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

Shades of Chocolate #DD6323

Tints of Chocolate #DD6323

RGB

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

 GREEN value IS 99 (39.06% from 255) = 27.89%

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

R = 62.25%
G = 27.89%
B = 9.86%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.84

 K value IS 0.13

RGB Variations

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

Color information

#DD6323 (or 0xDD6323) is known color: Chocolate. HEX triplet: DD, 63 and 23. RGB value is (221,99,35). Sum of RGB (Red+Green+Blue) = 221+99+35=355 (47% of max value = 765). Red value is 221 (86.72% from 255 or 62.25% from 355); Green value is 99 (39.06% from 255 or 27.89% from 355); Blue value is 35 (14.06% from 255 or 9.86% from 355); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6323 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD6323 is #229CDC. Grayscale: #808080. Windows color (decimal): -2268381 or 2319325. OLE color: 2319325.

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

Color convert

RGB 221 99 35 -
CMYK 0 0.55 0.84 0.13
HSL 20.65º 0.73% 0.5% -
HSV(B) 20.65º 0.84% 0.87% -
XYZ 34.58 24.42 4.48 -
YUV 128.18 75.42 194.2 -
System Red Green Blue C M Y K H S L
Decimal 221 99 35 0 0.55 0.84 0.13 20.65 0.73 0.5
Hex DD 63 23 0 37 54 D 15 49 32
Octal 335 143 43 0 67 124 15 25 111 62
Binary 11011101 1100011 100011 0 110111 1010100 1101 10101 1001001 110010

Color Harmonies of #DD6323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6323

Black with #DD6323

Text Example


Text Example

White with #DD6323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6323; }

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

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

background-color css

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

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

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

border-color css

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

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

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