Html Css Color HEX #DD775A Terra Cotta

📋 copy color: '#DD775A'

red 221 ◦ green 119 ◦ blue 90

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

Shades of Terra Cotta #DD775A

Tints of Terra Cotta #DD775A

RGB

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

 GREEN value IS 119 (46.88% from 255) = 27.67%

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

R = 51.4%
G = 27.67%
B = 20.93%

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

#DD775A (or 0xDD775A) is known color: Terra Cotta. HEX triplet: DD, 77 and 5A. RGB value is (221,119,90). Sum of RGB (Red+Green+Blue) = 221+119+90=430 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.40% from 430); Green value is 119 (46.88% from 255 or 27.67% from 430); Blue value is 90 (35.55% from 255 or 20.93% from 430); Max value from RGB is 221 - color contains mainly: red. Hex color #DD775A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD775A is #2288A5. Grayscale: #929292. Windows color (decimal): -2263206 or 5928925. OLE color: 5928925.

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

Color convert

RGB 221 119 90 -
CMYK 0 0.46 0.59 0.13
HSL 13.28º 0.66% 0.61% -
HSV(B) 13.28º 0.59% 0.87% -
XYZ 38.26 29.3 13.31 -
YUV 146.19 96.29 181.36 -
System Red Green Blue C M Y K H S L
Decimal 221 119 90 0 0.46 0.59 0.13 13.28 0.66 0.61
Hex DD 77 5A 0 2E 3B D D 42 3D
Octal 335 167 132 0 56 73 15 15 102 75
Binary 11011101 1110111 1011010 0 101110 111011 1101 1101 1000010 111101

Color Harmonies of #DD775A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD775A

Black with #DD775A

Text Example


Text Example

White with #DD775A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD775A; }

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

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

background-color css

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

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

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

border-color css

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

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

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