Html Css Color HEX #DD785B Terra Cotta

📋 copy color: '#DD785B'

red 221 ◦ green 120 ◦ blue 91

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

Shades of Terra Cotta #DD785B

Tints of Terra Cotta #DD785B

RGB

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

 GREEN value IS 120 (47.27% from 255) = 27.78%

 BLUE value IS 91 (35.94% from 255) = 21.06%

R = 51.16%
G = 27.78%
B = 21.06%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.59

 K value IS 0.13

RGB Variations

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

Color information

#DD785B (or 0xDD785B) is known color: Terra Cotta. HEX triplet: DD, 78 and 5B. RGB value is (221,120,91). Sum of RGB (Red+Green+Blue) = 221+120+91=432 (57% of max value = 765). Red value is 221 (86.72% from 255 or 51.16% from 432); Green value is 120 (47.27% from 255 or 27.78% from 432); Blue value is 91 (35.94% from 255 or 21.06% from 432); Max value from RGB is 221 - color contains mainly: red. Hex color #DD785B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD785B is #2287A4. Grayscale: #939393. Windows color (decimal): -2262949 or 5994717. OLE color: 5994717.

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

Color convert

RGB 221 120 91 -
CMYK 0 0.46 0.59 0.13
HSL 13.38º 0.66% 0.61% -
HSV(B) 13.38º 0.59% 0.87% -
XYZ 38.42 29.56 13.58 -
YUV 146.89 96.46 180.86 -
System Red Green Blue C M Y K H S L
Decimal 221 120 91 0 0.46 0.59 0.13 13.38 0.66 0.61
Hex DD 78 5B 0 2E 3B D D 42 3D
Octal 335 170 133 0 56 73 15 15 102 75
Binary 11011101 1111000 1011011 0 101110 111011 1101 1101 1000010 111101

Color Harmonies of #DD785B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD785B

Black with #DD785B

Text Example


Text Example

White with #DD785B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD785B; }

 p { color: rgb(221,120,91); }

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

background-color css

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

 a { background-color: rgb(221,120,91); }

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

border-color css

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

 span { border-color: rgb(221,120,91); }

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