Html Css Color HEX #DA7B63 Terra Cotta

📋 copy color: '#DA7B63'

red 218 ◦ green 123 ◦ blue 99

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

Shades of Terra Cotta #DA7B63

Tints of Terra Cotta #DA7B63

RGB

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

 GREEN value IS 123 (48.44% from 255) = 27.95%

 BLUE value IS 99 (39.06% from 255) = 22.5%

R = 49.55%
G = 27.95%
B = 22.5%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.55

 K value IS 0.15

RGB Variations

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

Color information

#DA7B63 (or 0xDA7B63) is known color: Terra Cotta. HEX triplet: DA, 7B and 63. RGB value is (218,123,99). Sum of RGB (Red+Green+Blue) = 218+123+99=440 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.55% from 440); Green value is 123 (48.44% from 255 or 27.95% from 440); Blue value is 99 (39.06% from 255 or 22.5% from 440); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7B63 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA7B63 is #25849C. Grayscale: #949494. Windows color (decimal): -2458781 or 6519770. OLE color: 6519770.

HSL color Cylindrical-coordinate representation of color #DA7B63: hue angle of 12.1º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DA7B63 is Cyan = 0, Magento = 0.44, Yellow = 0.55 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 123 99 -
CMYK 0 0.44 0.55 0.15
HSL 12.1º 0.62% 0.62% -
HSV(B) 12.1º 0.55% 0.85% -
XYZ 38.25 29.97 15.57 -
YUV 148.67 99.97 177.45 -
System Red Green Blue C M Y K H S L
Decimal 218 123 99 0 0.44 0.55 0.15 12.1 0.62 0.62
Hex DA 7B 63 0 2C 37 F C 3E 3E
Octal 332 173 143 0 54 67 17 14 76 76
Binary 11011010 1111011 1100011 0 101100 110111 1111 1100 111110 111110

Color Harmonies of #DA7B63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7B63

Black with #DA7B63

Text Example


Text Example

White with #DA7B63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7B63; }

 p { color: rgb(218,123,99); }

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

background-color css

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

 a { background-color: rgb(218,123,99); }

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

border-color css

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

 span { border-color: rgb(218,123,99); }

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