Html Css Color HEX #DA775C Terra Cotta

📋 copy color: '#DA775C'

red 218 ◦ green 119 ◦ blue 92

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

Shades of Terra Cotta #DA775C

Tints of Terra Cotta #DA775C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 21.45%

R = 50.82%
G = 27.74%
B = 21.45%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.58

 K value IS 0.15

RGB Variations

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

Color information

#DA775C (or 0xDA775C) is known color: Terra Cotta. HEX triplet: DA, 77 and 5C. RGB value is (218,119,92). Sum of RGB (Red+Green+Blue) = 218+119+92=429 (56% of max value = 765). Red value is 218 (85.55% from 255 or 50.82% from 429); Green value is 119 (46.88% from 255 or 27.74% from 429); Blue value is 92 (36.33% from 255 or 21.45% from 429); Max value from RGB is 218 - color contains mainly: red. Hex color #DA775C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA775C is #2588A3. Grayscale: #919191. Windows color (decimal): -2459812 or 6059994. OLE color: 6059994.

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

Color convert

RGB 218 119 92 -
CMYK 0 0.45 0.58 0.15
HSL 12.86º 0.63% 0.61% -
HSV(B) 12.86º 0.58% 0.85% -
XYZ 37.44 28.87 13.72 -
YUV 145.52 97.8 179.7 -
System Red Green Blue C M Y K H S L
Decimal 218 119 92 0 0.45 0.58 0.15 12.86 0.63 0.61
Hex DA 77 5C 0 2D 3A F D 3F 3D
Octal 332 167 134 0 55 72 17 15 77 75
Binary 11011010 1110111 1011100 0 101101 111010 1111 1101 111111 111101

Color Harmonies of #DA775C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA775C

Black with #DA775C

Text Example


Text Example

White with #DA775C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA775C; }

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

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

background-color css

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

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

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

border-color css

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

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

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