Html Css Color HEX #DA7567 Terra Cotta

📋 copy color: '#DA7567'

red 218 ◦ green 117 ◦ blue 103

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

Shades of Terra Cotta #DA7567

Tints of Terra Cotta #DA7567

RGB

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

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

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

R = 49.77%
G = 26.71%
B = 23.52%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.53

 K value IS 0.15

RGB Variations

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

Color information

#DA7567 (or 0xDA7567) is known color: Terra Cotta. HEX triplet: DA, 75 and 67. RGB value is (218,117,103). Sum of RGB (Red+Green+Blue) = 218+117+103=438 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.77% from 438); Green value is 117 (46.09% from 255 or 26.71% from 438); Blue value is 103 (40.62% from 255 or 23.52% from 438); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7567 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA7567 is #258A98. Grayscale: #919191. Windows color (decimal): -2460313 or 6780378. OLE color: 6780378.

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

Color convert

RGB 218 117 103 -
CMYK 0 0.46 0.53 0.15
HSL 7.3º 0.61% 0.63% -
HSV(B) 7.3º 0.53% 0.85% -
XYZ 37.72 28.61 16.37 -
YUV 145.6 103.96 179.64 -
System Red Green Blue C M Y K H S L
Decimal 218 117 103 0 0.46 0.53 0.15 7.3 0.61 0.63
Hex DA 75 67 0 2E 35 F 7 3D 3F
Octal 332 165 147 0 56 65 17 7 75 77
Binary 11011010 1110101 1100111 0 101110 110101 1111 111 111101 111111

Color Harmonies of #DA7567

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7567

Black with #DA7567

Text Example


Text Example

White with #DA7567

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7567; }

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

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

background-color css

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

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

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

border-color css

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

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

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