Html Css Color HEX #DD661D Chocolate

📋 copy color: '#DD661D'

red 221 ◦ green 102 ◦ blue 29

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

Shades of Chocolate #DD661D

Tints of Chocolate #DD661D

RGB

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

 GREEN value IS 102 (40.23% from 255) = 28.98%

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

R = 62.78%
G = 28.98%
B = 8.24%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.87

 K value IS 0.13

RGB Variations

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

Color information

#DD661D (or 0xDD661D) is known color: Chocolate. HEX triplet: DD, 66 and 1D. RGB value is (221,102,29). Sum of RGB (Red+Green+Blue) = 221+102+29=352 (46% of max value = 765). Red value is 221 (86.72% from 255 or 62.78% from 352); Green value is 102 (40.23% from 255 or 28.98% from 352); Blue value is 29 (11.72% from 255 or 8.24% from 352); Max value from RGB is 221 - color contains mainly: red. Hex color #DD661D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD661D is #2299E2. Grayscale: #818181. Windows color (decimal): -2267619 or 1926877. OLE color: 1926877.

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

Color convert

RGB 221 102 29 -
CMYK 0 0.54 0.87 0.13
HSL 22.81º 0.77% 0.49% -
HSV(B) 22.81º 0.87% 0.87% -
XYZ 34.79 24.96 4.15 -
YUV 129.26 71.42 193.44 -
System Red Green Blue C M Y K H S L
Decimal 221 102 29 0 0.54 0.87 0.13 22.81 0.77 0.49
Hex DD 66 1D 0 36 57 D 17 4D 31
Octal 335 146 35 0 66 127 15 27 115 61
Binary 11011101 1100110 11101 0 110110 1010111 1101 10111 1001101 110001

Color Harmonies of #DD661D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD661D

Black with #DD661D

Text Example


Text Example

White with #DD661D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD661D; }

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

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

background-color css

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

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

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

border-color css

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

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

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