Html Css Color HEX #DC775F Terra Cotta

📋 copy color: '#DC775F'

red 220 ◦ green 119 ◦ blue 95

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

Shades of Terra Cotta #DC775F

Tints of Terra Cotta #DC775F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 21.89%

R = 50.69%
G = 27.42%
B = 21.89%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.57

 K value IS 0.14

RGB Variations

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

Color information

#DC775F (or 0xDC775F) is known color: Terra Cotta. HEX triplet: DC, 77 and 5F. RGB value is (220,119,95). Sum of RGB (Red+Green+Blue) = 220+119+95=434 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.69% from 434); Green value is 119 (46.88% from 255 or 27.42% from 434); Blue value is 95 (37.5% from 255 or 21.89% from 434); Max value from RGB is 220 - color contains mainly: red. Hex color #DC775F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC775F is #2388A0. Grayscale: #929292. Windows color (decimal): -2328737 or 6256604. OLE color: 6256604.

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

Color convert

RGB 220 119 95 -
CMYK 0 0.46 0.57 0.14
HSL 11.52º 0.64% 0.62% -
HSV(B) 11.52º 0.57% 0.86% -
XYZ 38.18 29.24 14.46 -
YUV 146.46 98.96 180.45 -
System Red Green Blue C M Y K H S L
Decimal 220 119 95 0 0.46 0.57 0.14 11.52 0.64 0.62
Hex DC 77 5F 0 2E 39 E C 40 3E
Octal 334 167 137 0 56 71 16 14 100 76
Binary 11011100 1110111 1011111 0 101110 111001 1110 1100 1000000 111110

Color Harmonies of #DC775F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC775F

Black with #DC775F

Text Example


Text Example

White with #DC775F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC775F; }

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

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

background-color css

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

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

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

border-color css

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

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

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