Html Css Color HEX #DD6723 Chocolate

📋 copy color: '#DD6723'

red 221 ◦ green 103 ◦ blue 35

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

Shades of Chocolate #DD6723

Tints of Chocolate #DD6723

RGB

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

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

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

R = 61.56%
G = 28.69%
B = 9.75%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.84

 K value IS 0.13

RGB Variations

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

Color information

#DD6723 (or 0xDD6723) is known color: Chocolate. HEX triplet: DD, 67 and 23. RGB value is (221,103,35). Sum of RGB (Red+Green+Blue) = 221+103+35=359 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.56% from 359); Green value is 103 (40.62% from 255 or 28.69% from 359); Blue value is 35 (14.06% from 255 or 9.75% from 359); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6723 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD6723 is #2298DC. Grayscale: #828282. Windows color (decimal): -2267357 or 2320349. OLE color: 2320349.

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

Color convert

RGB 221 103 35 -
CMYK 0 0.53 0.84 0.13
HSL 21.94º 0.73% 0.5% -
HSV(B) 21.94º 0.84% 0.87% -
XYZ 34.97 25.19 4.61 -
YUV 130.53 74.09 192.53 -
System Red Green Blue C M Y K H S L
Decimal 221 103 35 0 0.53 0.84 0.13 21.94 0.73 0.5
Hex DD 67 23 0 35 54 D 16 49 32
Octal 335 147 43 0 65 124 15 26 111 62
Binary 11011101 1100111 100011 0 110101 1010100 1101 10110 1001001 110010

Color Harmonies of #DD6723

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6723

Black with #DD6723

Text Example


Text Example

White with #DD6723

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6723; }

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

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

background-color css

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

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

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

border-color css

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

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

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