Html Css Color HEX #DA7554 Terra Cotta

📋 copy color: '#DA7554'

red 218 ◦ green 117 ◦ blue 84

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

Shades of Terra Cotta #DA7554

Tints of Terra Cotta #DA7554

RGB

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

 GREEN value IS 117 (46.09% from 255) = 27.92%

 BLUE value IS 84 (33.2% from 255) = 20.05%

R = 52.03%
G = 27.92%
B = 20.05%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.61

 K value IS 0.15

RGB Variations

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

Color information

#DA7554 (or 0xDA7554) is known color: Terra Cotta. HEX triplet: DA, 75 and 54. RGB value is (218,117,84). Sum of RGB (Red+Green+Blue) = 218+117+84=419 (55% of max value = 765). Red value is 218 (85.55% from 255 or 52.03% from 419); Green value is 117 (46.09% from 255 or 27.92% from 419); Blue value is 84 (33.20% from 255 or 20.05% from 419); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7554 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA7554 is #258AAB. Grayscale: #8F8F8F. Windows color (decimal): -2460332 or 5535194. OLE color: 5535194.

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

Color convert

RGB 218 117 84 -
CMYK 0 0.46 0.61 0.15
HSL 14.78º 0.64% 0.59% -
HSV(B) 14.78º 0.61% 0.85% -
XYZ 36.87 28.27 11.9 -
YUV 143.44 94.46 181.18 -
System Red Green Blue C M Y K H S L
Decimal 218 117 84 0 0.46 0.61 0.15 14.78 0.64 0.59
Hex DA 75 54 0 2E 3D F F 40 3B
Octal 332 165 124 0 56 75 17 17 100 73
Binary 11011010 1110101 1010100 0 101110 111101 1111 1111 1000000 111011

Color Harmonies of #DA7554

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7554

Black with #DA7554

Text Example


Text Example

White with #DA7554

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7554; }

 p { color: rgb(218,117,84); }

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

background-color css

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

 a { background-color: rgb(218,117,84); }

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

border-color css

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

 span { border-color: rgb(218,117,84); }

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