Html Css Color HEX #DD630E Chocolate

📋 copy color: '#DD630E'

red 221 ◦ green 99 ◦ blue 14

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

Shades of Chocolate #DD630E

Tints of Chocolate #DD630E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 4.19%

R = 66.17%
G = 29.64%
B = 4.19%

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

#DD630E (or 0xDD630E) is known color: Chocolate. HEX triplet: DD, 63 and 0E. RGB value is (221,99,14). Sum of RGB (Red+Green+Blue) = 221+99+14=334 (44% of max value = 765). Red value is 221 (86.72% from 255 or 66.17% from 334); Green value is 99 (39.06% from 255 or 29.64% from 334); Blue value is 14 (5.86% from 255 or 4.19% from 334); Max value from RGB is 221 - color contains mainly: red. Hex color #DD630E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD630E is #229CF1. Grayscale: #7E7E7E. Windows color (decimal): -2268402 or 943069. OLE color: 943069.

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

Color convert

RGB 221 99 14 -
CMYK 0 0.55 0.94 0.13
HSL 24.64º 0.88% 0.46% -
HSV(B) 24.64º 0.94% 0.87% -
XYZ 34.36 24.33 3.3 -
YUV 125.79 64.92 195.91 -
System Red Green Blue C M Y K H S L
Decimal 221 99 14 0 0.55 0.94 0.13 24.64 0.88 0.46
Hex DD 63 E 0 37 5E D 19 58 2E
Octal 335 143 16 0 67 136 15 31 130 56
Binary 11011101 1100011 1110 0 110111 1011110 1101 11001 1011000 101110

Color Harmonies of #DD630E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD630E

Black with #DD630E

Text Example


Text Example

White with #DD630E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD630E; }

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

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

background-color css

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

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

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

border-color css

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

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

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