Html Css Color HEX #DA7467 Terra Cotta

📋 copy color: '#DA7467'

red 218 ◦ green 116 ◦ blue 103

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

Shades of Terra Cotta #DA7467

Tints of Terra Cotta #DA7467

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 23.57%

R = 49.89%
G = 26.54%
B = 23.57%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.53

 K value IS 0.15

RGB Variations

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

Color information

#DA7467 (or 0xDA7467) is known color: Terra Cotta. HEX triplet: DA, 74 and 67. RGB value is (218,116,103). Sum of RGB (Red+Green+Blue) = 218+116+103=437 (57% of max value = 765). Red value is 218 (85.55% from 255 or 49.89% from 437); Green value is 116 (45.70% from 255 or 26.54% from 437); Blue value is 103 (40.62% from 255 or 23.57% from 437); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7467 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA7467 is #258B98. Grayscale: #919191. Windows color (decimal): -2460569 or 6780122. OLE color: 6780122.

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

Color convert

RGB 218 116 103 -
CMYK 0 0.47 0.53 0.15
HSL 6.78º 0.61% 0.63% -
HSV(B) 6.78º 0.53% 0.85% -
XYZ 37.61 28.38 16.33 -
YUV 145.02 104.29 180.06 -
System Red Green Blue C M Y K H S L
Decimal 218 116 103 0 0.47 0.53 0.15 6.78 0.61 0.63
Hex DA 74 67 0 2F 35 F 7 3D 3F
Octal 332 164 147 0 57 65 17 7 75 77
Binary 11011010 1110100 1100111 0 101111 110101 1111 111 111101 111111

Color Harmonies of #DA7467

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7467

Black with #DA7467

Text Example


Text Example

White with #DA7467

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7467; }

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

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

background-color css

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

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

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

border-color css

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

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

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