Html Css Color HEX #DD671D Chocolate

📋 copy color: '#DD671D'

red 221 ◦ green 103 ◦ blue 29

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

Shades of Chocolate #DD671D

Tints of Chocolate #DD671D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 8.22%

R = 62.61%
G = 29.18%
B = 8.22%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.87

 K value IS 0.13

RGB Variations

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

Color information

#DD671D (or 0xDD671D) is known color: Chocolate. HEX triplet: DD, 67 and 1D. RGB value is (221,103,29). Sum of RGB (Red+Green+Blue) = 221+103+29=353 (46% of max value = 765). Red value is 221 (86.72% from 255 or 62.61% from 353); Green value is 103 (40.62% from 255 or 29.18% from 353); Blue value is 29 (11.72% from 255 or 8.22% from 353); Max value from RGB is 221 - color contains mainly: red. Hex color #DD671D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD671D is #2298E2. Grayscale: #828282. Windows color (decimal): -2267363 or 1927133. OLE color: 1927133.

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

Color convert

RGB 221 103 29 -
CMYK 0 0.53 0.87 0.13
HSL 23.13º 0.77% 0.49% -
HSV(B) 23.13º 0.87% 0.87% -
XYZ 34.89 25.16 4.18 -
YUV 129.85 71.09 193.02 -
System Red Green Blue C M Y K H S L
Decimal 221 103 29 0 0.53 0.87 0.13 23.13 0.77 0.49
Hex DD 67 1D 0 35 57 D 17 4D 31
Octal 335 147 35 0 65 127 15 27 115 61
Binary 11011101 1100111 11101 0 110101 1010111 1101 10111 1001101 110001

Color Harmonies of #DD671D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD671D

Black with #DD671D

Text Example


Text Example

White with #DD671D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD671D; }

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

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

background-color css

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

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

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

border-color css

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

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

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