Html Css Color HEX #DD7B5A Terra Cotta

📋 copy color: '#DD7B5A'

red 221 ◦ green 123 ◦ blue 90

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

Shades of Terra Cotta #DD7B5A

Tints of Terra Cotta #DD7B5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 20.74%

R = 50.92%
G = 28.34%
B = 20.74%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.59

 K value IS 0.13

RGB Variations

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

Color information

#DD7B5A (or 0xDD7B5A) is known color: Terra Cotta. HEX triplet: DD, 7B and 5A. RGB value is (221,123,90). Sum of RGB (Red+Green+Blue) = 221+123+90=434 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.92% from 434); Green value is 123 (48.44% from 255 or 28.34% from 434); Blue value is 90 (35.55% from 255 or 20.74% from 434); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7B5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7B5A is #2284A5. Grayscale: #949494. Windows color (decimal): -2262182 or 5929949. OLE color: 5929949.

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

Color convert

RGB 221 123 90 -
CMYK 0 0.44 0.59 0.13
HSL 15.11º 0.66% 0.61% -
HSV(B) 15.11º 0.59% 0.87% -
XYZ 38.75 30.28 13.47 -
YUV 148.54 94.97 179.68 -
System Red Green Blue C M Y K H S L
Decimal 221 123 90 0 0.44 0.59 0.13 15.11 0.66 0.61
Hex DD 7B 5A 0 2C 3B D F 42 3D
Octal 335 173 132 0 54 73 15 17 102 75
Binary 11011101 1111011 1011010 0 101100 111011 1101 1111 1000010 111101

Color Harmonies of #DD7B5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7B5A

Black with #DD7B5A

Text Example


Text Example

White with #DD7B5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7B5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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