Html Css Color HEX #DD651D Chocolate

📋 copy color: '#DD651D'

red 221 ◦ green 101 ◦ blue 29

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

Shades of Chocolate #DD651D

Tints of Chocolate #DD651D

RGB

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

 GREEN value IS 101 (39.84% from 255) = 28.77%

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

R = 62.96%
G = 28.77%
B = 8.26%

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

#DD651D (or 0xDD651D) is known color: Chocolate. HEX triplet: DD, 65 and 1D. RGB value is (221,101,29). Sum of RGB (Red+Green+Blue) = 221+101+29=351 (46% of max value = 765). Red value is 221 (86.72% from 255 or 62.96% from 351); Green value is 101 (39.84% from 255 or 28.77% from 351); Blue value is 29 (11.72% from 255 or 8.26% from 351); Max value from RGB is 221 - color contains mainly: red. Hex color #DD651D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD651D is #229AE2. Grayscale: #818181. Windows color (decimal): -2267875 or 1926621. OLE color: 1926621.

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

Color convert

RGB 221 101 29 -
CMYK 0 0.54 0.87 0.13
HSL 22.5º 0.77% 0.49% -
HSV(B) 22.5º 0.87% 0.87% -
XYZ 34.69 24.77 4.11 -
YUV 128.67 71.76 193.85 -
System Red Green Blue C M Y K H S L
Decimal 221 101 29 0 0.54 0.87 0.13 22.5 0.77 0.49
Hex DD 65 1D 0 36 57 D 16 4D 31
Octal 335 145 35 0 66 127 15 26 115 61
Binary 11011101 1100101 11101 0 110110 1010111 1101 10110 1001101 110001

Color Harmonies of #DD651D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD651D

Black with #DD651D

Text Example


Text Example

White with #DD651D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD651D; }

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

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

background-color css

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

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

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

border-color css

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

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

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