Html Css Color HEX #DD621F Chocolate

📋 copy color: '#DD621F'

red 221 ◦ green 98 ◦ blue 31

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

Shades of Chocolate #DD621F

Tints of Chocolate #DD621F

RGB

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

 GREEN value IS 98 (38.67% from 255) = 28%

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

R = 63.14%
G = 28%
B = 8.86%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#DD621F (or 0xDD621F) is known color: Chocolate. HEX triplet: DD, 62 and 1F. RGB value is (221,98,31). Sum of RGB (Red+Green+Blue) = 221+98+31=350 (46% of max value = 765). Red value is 221 (86.72% from 255 or 63.14% from 350); Green value is 98 (38.67% from 255 or 28% from 350); Blue value is 31 (12.5% from 255 or 8.86% from 350); Max value from RGB is 221 - color contains mainly: red. Hex color #DD621F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD621F is #229DE0. Grayscale: #7F7F7F. Windows color (decimal): -2268641 or 2056925. OLE color: 2056925.

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

Color convert

RGB 221 98 31 -
CMYK 0 0.56 0.86 0.13
HSL 21.16º 0.75% 0.49% -
HSV(B) 21.16º 0.86% 0.87% -
XYZ 34.43 24.21 4.15 -
YUV 127.14 73.75 194.95 -
System Red Green Blue C M Y K H S L
Decimal 221 98 31 0 0.56 0.86 0.13 21.16 0.75 0.49
Hex DD 62 1F 0 38 56 D 15 4B 31
Octal 335 142 37 0 70 126 15 25 113 61
Binary 11011101 1100010 11111 0 111000 1010110 1101 10101 1001011 110001

Color Harmonies of #DD621F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD621F

Black with #DD621F

Text Example


Text Example

White with #DD621F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD621F; }

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

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

background-color css

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

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

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

border-color css

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

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

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