Html Css Color HEX #DA7469 Terra Cotta

📋 copy color: '#DA7469'

red 218 ◦ green 116 ◦ blue 105

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

Shades of Terra Cotta #DA7469

Tints of Terra Cotta #DA7469

RGB

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

 GREEN value IS 116 (45.7% from 255) = 26.42%

 BLUE value IS 105 (41.41% from 255) = 23.92%

R = 49.66%
G = 26.42%
B = 23.92%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.52

 K value IS 0.15

RGB Variations

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

Color information

#DA7469 (or 0xDA7469) is known color: Terra Cotta. HEX triplet: DA, 74 and 69. RGB value is (218,116,105). Sum of RGB (Red+Green+Blue) = 218+116+105=439 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.66% from 439); Green value is 116 (45.70% from 255 or 26.42% from 439); Blue value is 105 (41.41% from 255 or 23.92% from 439); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7469 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA7469 is #258B96. Grayscale: #919191. Windows color (decimal): -2460567 or 6911194. OLE color: 6911194.

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

Color convert

RGB 218 116 105 -
CMYK 0 0.47 0.52 0.15
HSL 5.84º 0.6% 0.63% -
HSV(B) 5.84º 0.52% 0.85% -
XYZ 37.71 28.42 16.86 -
YUV 145.24 105.29 179.89 -
System Red Green Blue C M Y K H S L
Decimal 218 116 105 0 0.47 0.52 0.15 5.84 0.6 0.63
Hex DA 74 69 0 2F 34 F 6 3C 3F
Octal 332 164 151 0 57 64 17 6 74 77
Binary 11011010 1110100 1101001 0 101111 110100 1111 110 111100 111111

Color Harmonies of #DA7469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7469

Black with #DA7469

Text Example


Text Example

White with #DA7469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7469; }

 p { color: rgb(218,116,105); }

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

background-color css

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

 a { background-color: rgb(218,116,105); }

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

border-color css

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

 span { border-color: rgb(218,116,105); }

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