Html Css Color HEX #DD631F Chocolate

📋 copy color: '#DD631F'

red 221 ◦ green 99 ◦ blue 31

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

Shades of Chocolate #DD631F

Tints of Chocolate #DD631F

RGB

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

 GREEN value IS 99 (39.06% from 255) = 28.21%

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

R = 62.96%
G = 28.21%
B = 8.83%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#DD631F (or 0xDD631F) is known color: Chocolate. HEX triplet: DD, 63 and 1F. RGB value is (221,99,31). Sum of RGB (Red+Green+Blue) = 221+99+31=351 (46% of max value = 765). Red value is 221 (86.72% from 255 or 62.96% from 351); Green value is 99 (39.06% from 255 or 28.21% from 351); Blue value is 31 (12.5% from 255 or 8.83% from 351); Max value from RGB is 221 - color contains mainly: red. Hex color #DD631F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD631F is #229CE0. Grayscale: #808080. Windows color (decimal): -2268385 or 2057181. OLE color: 2057181.

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

Color convert

RGB 221 99 31 -
CMYK 0 0.55 0.86 0.13
HSL 21.47º 0.75% 0.49% -
HSV(B) 21.47º 0.86% 0.87% -
XYZ 34.53 24.39 4.19 -
YUV 127.73 73.42 194.53 -
System Red Green Blue C M Y K H S L
Decimal 221 99 31 0 0.55 0.86 0.13 21.47 0.75 0.49
Hex DD 63 1F 0 37 56 D 15 4B 31
Octal 335 143 37 0 67 126 15 25 113 61
Binary 11011101 1100011 11111 0 110111 1010110 1101 10101 1001011 110001

Color Harmonies of #DD631F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD631F

Black with #DD631F

Text Example


Text Example

White with #DD631F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD631F; }

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

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

background-color css

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

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

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

border-color css

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

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

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