Html Css Color HEX #DD6123 Chocolate

📋 copy color: '#DD6123'

red 221 ◦ green 97 ◦ blue 35

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

Shades of Chocolate #DD6123

Tints of Chocolate #DD6123

RGB

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

 GREEN value IS 97 (38.28% from 255) = 27.48%

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

R = 62.61%
G = 27.48%
B = 9.92%

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

#DD6123 (or 0xDD6123) is known color: Chocolate. HEX triplet: DD, 61 and 23. RGB value is (221,97,35). Sum of RGB (Red+Green+Blue) = 221+97+35=353 (46% of max value = 765). Red value is 221 (86.72% from 255 or 62.61% from 353); Green value is 97 (38.28% from 255 or 27.48% from 353); Blue value is 35 (14.06% from 255 or 9.92% from 353); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6123 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD6123 is #229EDC. Grayscale: #7F7F7F. Windows color (decimal): -2268893 or 2318813. OLE color: 2318813.

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

Color convert

RGB 221 97 35 -
CMYK 0 0.56 0.84 0.13
HSL 20º 0.73% 0.5% -
HSV(B) 20º 0.84% 0.87% -
XYZ 34.4 24.04 4.42 -
YUV 127.01 76.08 195.04 -
System Red Green Blue C M Y K H S L
Decimal 221 97 35 0 0.56 0.84 0.13 20 0.73 0.5
Hex DD 61 23 0 38 54 D 14 49 32
Octal 335 141 43 0 70 124 15 24 111 62
Binary 11011101 1100001 100011 0 111000 1010100 1101 10100 1001001 110010

Color Harmonies of #DD6123

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6123

Black with #DD6123

Text Example


Text Example

White with #DD6123

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6123; }

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

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

background-color css

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

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

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

border-color css

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

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

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