Html Css Color HEX #DD7B5D Terra Cotta

📋 copy color: '#DD7B5D'

red 221 ◦ green 123 ◦ blue 93

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

Shades of Terra Cotta #DD7B5D

Tints of Terra Cotta #DD7B5D

RGB

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

 GREEN value IS 123 (48.44% from 255) = 28.15%

 BLUE value IS 93 (36.72% from 255) = 21.28%

R = 50.57%
G = 28.15%
B = 21.28%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.58

 K value IS 0.13

RGB Variations

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

Color information

#DD7B5D (or 0xDD7B5D) is known color: Terra Cotta. HEX triplet: DD, 7B and 5D. RGB value is (221,123,93). Sum of RGB (Red+Green+Blue) = 221+123+93=437 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.57% from 437); Green value is 123 (48.44% from 255 or 28.15% from 437); Blue value is 93 (36.72% from 255 or 21.28% from 437); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7B5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7B5D is #2284A2. Grayscale: #959595. Windows color (decimal): -2262179 or 6126557. OLE color: 6126557.

HSL color Cylindrical-coordinate representation of color #DD7B5D: hue angle of 14.06º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DD7B5D is Cyan = 0, Magento = 0.44, Yellow = 0.58 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 123 93 -
CMYK 0 0.44 0.58 0.13
HSL 14.06º 0.65% 0.62% -
HSV(B) 14.06º 0.58% 0.87% -
XYZ 38.88 30.33 14.16 -
YUV 148.88 96.47 179.44 -
System Red Green Blue C M Y K H S L
Decimal 221 123 93 0 0.44 0.58 0.13 14.06 0.65 0.62
Hex DD 7B 5D 0 2C 3A D E 41 3E
Octal 335 173 135 0 54 72 15 16 101 76
Binary 11011101 1111011 1011101 0 101100 111010 1101 1110 1000001 111110

Color Harmonies of #DD7B5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7B5D

Black with #DD7B5D

Text Example


Text Example

White with #DD7B5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7B5D; }

 p { color: rgb(221,123,93); }

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

background-color css

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

 a { background-color: rgb(221,123,93); }

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

border-color css

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

 span { border-color: rgb(221,123,93); }

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