Html Css Color HEX #DD6722 Chocolate

📋 copy color: '#DD6722'

red 221 ◦ green 103 ◦ blue 34

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

Shades of Chocolate #DD6722

Tints of Chocolate #DD6722

RGB

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

 GREEN value IS 103 (40.63% from 255) = 28.77%

 BLUE value IS 34 (13.67% from 255) = 9.5%

R = 61.73%
G = 28.77%
B = 9.5%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.85

 K value IS 0.13

RGB Variations

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

Color information

#DD6722 (or 0xDD6722) is known color: Chocolate. HEX triplet: DD, 67 and 22. RGB value is (221,103,34). Sum of RGB (Red+Green+Blue) = 221+103+34=358 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.73% from 358); Green value is 103 (40.62% from 255 or 28.77% from 358); Blue value is 34 (13.67% from 255 or 9.50% from 358); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6722 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD6722 is #2298DD. Grayscale: #828282. Windows color (decimal): -2267358 or 2254813. OLE color: 2254813.

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

Color convert

RGB 221 103 34 -
CMYK 0 0.53 0.85 0.13
HSL 22.14º 0.73% 0.5% -
HSV(B) 22.14º 0.85% 0.87% -
XYZ 34.96 25.19 4.53 -
YUV 130.42 73.59 192.61 -
System Red Green Blue C M Y K H S L
Decimal 221 103 34 0 0.53 0.85 0.13 22.14 0.73 0.5
Hex DD 67 22 0 35 55 D 16 49 32
Octal 335 147 42 0 65 125 15 26 111 62
Binary 11011101 1100111 100010 0 110101 1010101 1101 10110 1001001 110010

Color Harmonies of #DD6722

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6722

Black with #DD6722

Text Example


Text Example

White with #DD6722

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6722; }

 p { color: rgb(221,103,34); }

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

background-color css

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

 a { background-color: rgb(221,103,34); }

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

border-color css

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

 span { border-color: rgb(221,103,34); }

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