Html Css Color HEX #DD745B Terra Cotta

📋 copy color: '#DD745B'

red 221 ◦ green 116 ◦ blue 91

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

Shades of Terra Cotta #DD745B

Tints of Terra Cotta #DD745B

RGB

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

 GREEN value IS 116 (45.7% from 255) = 27.1%

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

R = 51.64%
G = 27.1%
B = 21.26%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.59

 K value IS 0.13

RGB Variations

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

Color information

#DD745B (or 0xDD745B) is known color: Terra Cotta. HEX triplet: DD, 74 and 5B. RGB value is (221,116,91). Sum of RGB (Red+Green+Blue) = 221+116+91=428 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.64% from 428); Green value is 116 (45.70% from 255 or 27.10% from 428); Blue value is 91 (35.94% from 255 or 21.26% from 428); Max value from RGB is 221 - color contains mainly: red. Hex color #DD745B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD745B is #228BA4. Grayscale: #909090. Windows color (decimal): -2263973 or 5993693. OLE color: 5993693.

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

Color convert

RGB 221 116 91 -
CMYK 0 0.48 0.59 0.13
HSL 11.54º 0.66% 0.61% -
HSV(B) 11.54º 0.59% 0.87% -
XYZ 37.95 28.62 13.42 -
YUV 144.55 97.79 182.53 -
System Red Green Blue C M Y K H S L
Decimal 221 116 91 0 0.48 0.59 0.13 11.54 0.66 0.61
Hex DD 74 5B 0 30 3B D C 42 3D
Octal 335 164 133 0 60 73 15 14 102 75
Binary 11011101 1110100 1011011 0 110000 111011 1101 1100 1000010 111101

Color Harmonies of #DD745B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD745B

Black with #DD745B

Text Example


Text Example

White with #DD745B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD745B; }

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

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

background-color css

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

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

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

border-color css

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

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

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