Html Css Color HEX #DC775A Terra Cotta

📋 copy color: '#DC775A'

red 220 ◦ green 119 ◦ blue 90

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

Shades of Terra Cotta #DC775A

Tints of Terra Cotta #DC775A

RGB

 RED value IS 220 (86.33% from 255) = 51.28%

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

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

R = 51.28%
G = 27.74%
B = 20.98%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.59

 K value IS 0.14

RGB Variations

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

Color information

#DC775A (or 0xDC775A) is known color: Terra Cotta. HEX triplet: DC, 77 and 5A. RGB value is (220,119,90). Sum of RGB (Red+Green+Blue) = 220+119+90=429 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.28% from 429); Green value is 119 (46.88% from 255 or 27.74% from 429); Blue value is 90 (35.55% from 255 or 20.98% from 429); Max value from RGB is 220 - color contains mainly: red. Hex color #DC775A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC775A is #2388A5. Grayscale: #929292. Windows color (decimal): -2328742 or 5928924. OLE color: 5928924.

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

Color convert

RGB 220 119 90 -
CMYK 0 0.46 0.59 0.14
HSL 13.38º 0.65% 0.61% -
HSV(B) 13.38º 0.59% 0.86% -
XYZ 37.96 29.15 13.3 -
YUV 145.89 96.46 180.86 -
System Red Green Blue C M Y K H S L
Decimal 220 119 90 0 0.46 0.59 0.14 13.38 0.65 0.61
Hex DC 77 5A 0 2E 3B E D 41 3D
Octal 334 167 132 0 56 73 16 15 101 75
Binary 11011100 1110111 1011010 0 101110 111011 1110 1101 1000001 111101

Color Harmonies of #DC775A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC775A

Black with #DC775A

Text Example


Text Example

White with #DC775A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC775A; }

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

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

background-color css

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

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

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

border-color css

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

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

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