Html Css Color HEX #DD651F Chocolate

📋 copy color: '#DD651F'

red 221 ◦ green 101 ◦ blue 31

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

Shades of Chocolate #DD651F

Tints of Chocolate #DD651F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 8.78%

R = 62.61%
G = 28.61%
B = 8.78%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#DD651F (or 0xDD651F) is known color: Chocolate. HEX triplet: DD, 65 and 1F. RGB value is (221,101,31). Sum of RGB (Red+Green+Blue) = 221+101+31=353 (46% of max value = 765). Red value is 221 (86.72% from 255 or 62.61% from 353); Green value is 101 (39.84% from 255 or 28.61% from 353); Blue value is 31 (12.5% from 255 or 8.78% from 353); Max value from RGB is 221 - color contains mainly: red. Hex color #DD651F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD651F is #229AE0. Grayscale: #818181. Windows color (decimal): -2267873 or 2057693. OLE color: 2057693.

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

Color convert

RGB 221 101 31 -
CMYK 0 0.54 0.86 0.13
HSL 22.11º 0.75% 0.49% -
HSV(B) 22.11º 0.86% 0.87% -
XYZ 34.72 24.78 4.25 -
YUV 128.9 72.76 193.69 -
System Red Green Blue C M Y K H S L
Decimal 221 101 31 0 0.54 0.86 0.13 22.11 0.75 0.49
Hex DD 65 1F 0 36 56 D 16 4B 31
Octal 335 145 37 0 66 126 15 26 113 61
Binary 11011101 1100101 11111 0 110110 1010110 1101 10110 1001011 110001

Color Harmonies of #DD651F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD651F

Black with #DD651F

Text Example


Text Example

White with #DD651F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD651F; }

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

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

background-color css

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

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

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

border-color css

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

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

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