Html Css Color HEX #DD631E Chocolate

📋 copy color: '#DD631E'

red 221 ◦ green 99 ◦ blue 30

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

Shades of Chocolate #DD631E

Tints of Chocolate #DD631E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 8.57%

R = 63.14%
G = 28.29%
B = 8.57%

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

#DD631E (or 0xDD631E) is known color: Chocolate. HEX triplet: DD, 63 and 1E. RGB value is (221,99,30). Sum of RGB (Red+Green+Blue) = 221+99+30=350 (46% of max value = 765). Red value is 221 (86.72% from 255 or 63.14% from 350); Green value is 99 (39.06% from 255 or 28.29% from 350); Blue value is 30 (12.11% from 255 or 8.57% from 350); Max value from RGB is 221 - color contains mainly: red. Hex color #DD631E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD631E is #229CE1. Grayscale: #808080. Windows color (decimal): -2268386 or 1991645. OLE color: 1991645.

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

Color convert

RGB 221 99 30 -
CMYK 0 0.55 0.86 0.13
HSL 21.68º 0.76% 0.49% -
HSV(B) 21.68º 0.86% 0.87% -
XYZ 34.51 24.39 4.12 -
YUV 127.61 72.92 194.61 -
System Red Green Blue C M Y K H S L
Decimal 221 99 30 0 0.55 0.86 0.13 21.68 0.76 0.49
Hex DD 63 1E 0 37 56 D 16 4C 31
Octal 335 143 36 0 67 126 15 26 114 61
Binary 11011101 1100011 11110 0 110111 1010110 1101 10110 1001100 110001

Color Harmonies of #DD631E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD631E

Black with #DD631E

Text Example


Text Example

White with #DD631E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD631E; }

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

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

background-color css

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

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

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

border-color css

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

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

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