Html Css Color HEX #DA7267 Terra Cotta

📋 copy color: '#DA7267'

red 218 ◦ green 114 ◦ blue 103

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

Shades of Terra Cotta #DA7267

Tints of Terra Cotta #DA7267

RGB

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

 GREEN value IS 114 (44.92% from 255) = 26.21%

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

R = 50.11%
G = 26.21%
B = 23.68%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.53

 K value IS 0.15

RGB Variations

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

Color information

#DA7267 (or 0xDA7267) is known color: Terra Cotta. HEX triplet: DA, 72 and 67. RGB value is (218,114,103). Sum of RGB (Red+Green+Blue) = 218+114+103=435 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.11% from 435); Green value is 114 (44.92% from 255 or 26.21% from 435); Blue value is 103 (40.62% from 255 or 23.68% from 435); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7267 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA7267 is #258D98. Grayscale: #8F8F8F. Windows color (decimal): -2461081 or 6779610. OLE color: 6779610.

HSL color Cylindrical-coordinate representation of color #DA7267: hue angle of 5.74º 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 #DA7267 is Cyan = 0, Magento = 0.48, Yellow = 0.53 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 114 103 -
CMYK 0 0.48 0.53 0.15
HSL 5.74º 0.61% 0.63% -
HSV(B) 5.74º 0.53% 0.85% -
XYZ 37.38 27.92 16.25 -
YUV 143.84 104.96 180.89 -
System Red Green Blue C M Y K H S L
Decimal 218 114 103 0 0.48 0.53 0.15 5.74 0.61 0.63
Hex DA 72 67 0 30 35 F 6 3D 3F
Octal 332 162 147 0 60 65 17 6 75 77
Binary 11011010 1110010 1100111 0 110000 110101 1111 110 111101 111111

Color Harmonies of #DA7267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7267

Black with #DA7267

Text Example


Text Example

White with #DA7267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7267; }

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

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

background-color css

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

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

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

border-color css

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

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

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