Html Css Color HEX #DD620D Chocolate

📋 copy color: '#DD620D'

red 221 ◦ green 98 ◦ blue 13

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

Shades of Chocolate #DD620D

Tints of Chocolate #DD620D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.92%

R = 66.57%
G = 29.52%
B = 3.92%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.94

 K value IS 0.13

RGB Variations

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

Color information

#DD620D (or 0xDD620D) is known color: Chocolate. HEX triplet: DD, 62 and 0D. RGB value is (221,98,13). Sum of RGB (Red+Green+Blue) = 221+98+13=332 (43% of max value = 765). Red value is 221 (86.72% from 255 or 66.57% from 332); Green value is 98 (38.67% from 255 or 29.52% from 332); Blue value is 13 (5.47% from 255 or 3.92% from 332); Max value from RGB is 221 - color contains mainly: red. Hex color #DD620D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD620D is #229DF2. Grayscale: #7D7D7D. Windows color (decimal): -2268659 or 877277. OLE color: 877277.

HSL color Cylindrical-coordinate representation of color #DD620D: hue angle of 24.52º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DD620D is Cyan = 0, Magento = 0.56, Yellow = 0.94 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 98 13 -
CMYK 0 0.56 0.94 0.13
HSL 24.52º 0.89% 0.46% -
HSV(B) 24.52º 0.94% 0.87% -
XYZ 34.26 24.14 3.23 -
YUV 125.09 64.75 196.41 -
System Red Green Blue C M Y K H S L
Decimal 221 98 13 0 0.56 0.94 0.13 24.52 0.89 0.46
Hex DD 62 D 0 38 5E D 19 59 2E
Octal 335 142 15 0 70 136 15 31 131 56
Binary 11011101 1100010 1101 0 111000 1011110 1101 11001 1011001 101110

Color Harmonies of #DD620D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD620D

Black with #DD620D

Text Example


Text Example

White with #DD620D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD620D; }

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

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

background-color css

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

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

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

border-color css

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

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

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