Html Css Color HEX #DD630D Chocolate

📋 copy color: '#DD630D'

red 221 ◦ green 99 ◦ blue 13

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

Shades of Chocolate #DD630D

Tints of Chocolate #DD630D

RGB

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

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

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

R = 66.37%
G = 29.73%
B = 3.9%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.94

 K value IS 0.13

RGB Variations

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

Color information

#DD630D (or 0xDD630D) is known color: Chocolate. HEX triplet: DD, 63 and 0D. RGB value is (221,99,13). Sum of RGB (Red+Green+Blue) = 221+99+13=333 (44% of max value = 765). Red value is 221 (86.72% from 255 or 66.37% from 333); Green value is 99 (39.06% from 255 or 29.73% from 333); Blue value is 13 (5.47% from 255 or 3.90% from 333); Max value from RGB is 221 - color contains mainly: red. Hex color #DD630D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD630D is #229CF2. Grayscale: #7E7E7E. Windows color (decimal): -2268403 or 877533. OLE color: 877533.

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

Color convert

RGB 221 99 13 -
CMYK 0 0.55 0.94 0.13
HSL 24.81º 0.89% 0.46% -
HSV(B) 24.81º 0.94% 0.87% -
XYZ 34.35 24.32 3.27 -
YUV 125.67 64.42 195.99 -
System Red Green Blue C M Y K H S L
Decimal 221 99 13 0 0.55 0.94 0.13 24.81 0.89 0.46
Hex DD 63 D 0 37 5E D 19 59 2E
Octal 335 143 15 0 67 136 15 31 131 56
Binary 11011101 1100011 1101 0 110111 1011110 1101 11001 1011001 101110

Color Harmonies of #DD630D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD630D

Black with #DD630D

Text Example


Text Example

White with #DD630D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD630D; }

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

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

background-color css

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

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

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

border-color css

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

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

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