Html Css Color HEX #DA775F Terra Cotta

📋 copy color: '#DA775F'

red 218 ◦ green 119 ◦ blue 95

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

Shades of Terra Cotta #DA775F

Tints of Terra Cotta #DA775F

RGB

 RED value IS 218 (85.55% from 255) = 50.46%

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

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

R = 50.46%
G = 27.55%
B = 21.99%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#DA775F (or 0xDA775F) is known color: Terra Cotta. HEX triplet: DA, 77 and 5F. RGB value is (218,119,95). Sum of RGB (Red+Green+Blue) = 218+119+95=432 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.46% from 432); Green value is 119 (46.88% from 255 or 27.55% from 432); Blue value is 95 (37.5% from 255 or 21.99% from 432); Max value from RGB is 218 - color contains mainly: red. Hex color #DA775F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA775F is #2588A0. Grayscale: #929292. Windows color (decimal): -2459809 or 6256602. OLE color: 6256602.

HSL color Cylindrical-coordinate representation of color #DA775F: hue angle of 11.71º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DA775F is Cyan = 0, Magento = 0.45, Yellow = 0.56 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 119 95 -
CMYK 0 0.45 0.56 0.15
HSL 11.71º 0.62% 0.61% -
HSV(B) 11.71º 0.56% 0.85% -
XYZ 37.58 28.93 14.43 -
YUV 145.87 99.3 179.45 -
System Red Green Blue C M Y K H S L
Decimal 218 119 95 0 0.45 0.56 0.15 11.71 0.62 0.61
Hex DA 77 5F 0 2D 38 F C 3E 3D
Octal 332 167 137 0 55 70 17 14 76 75
Binary 11011010 1110111 1011111 0 101101 111000 1111 1100 111110 111101

Color Harmonies of #DA775F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA775F

Black with #DA775F

Text Example


Text Example

White with #DA775F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA775F; }

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

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

background-color css

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

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

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

border-color css

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

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

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