Html Css Color HEX #DA7B64 Terra Cotta

📋 copy color: '#DA7B64'

red 218 ◦ green 123 ◦ blue 100

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

Shades of Terra Cotta #DA7B64

Tints of Terra Cotta #DA7B64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 22.68%

R = 49.43%
G = 27.89%
B = 22.68%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.54

 K value IS 0.15

RGB Variations

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

Color information

#DA7B64 (or 0xDA7B64) is known color: Terra Cotta. HEX triplet: DA, 7B and 64. RGB value is (218,123,100). Sum of RGB (Red+Green+Blue) = 218+123+100=441 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.43% from 441); Green value is 123 (48.44% from 255 or 27.89% from 441); Blue value is 100 (39.45% from 255 or 22.68% from 441); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7B64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA7B64 is #25849B. Grayscale: #949494. Windows color (decimal): -2458780 or 6585306. OLE color: 6585306.

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

Color convert

RGB 218 123 100 -
CMYK 0 0.44 0.54 0.15
HSL 11.69º 0.61% 0.62% -
HSV(B) 11.69º 0.54% 0.85% -
XYZ 38.3 29.99 15.83 -
YUV 148.78 100.47 177.37 -
System Red Green Blue C M Y K H S L
Decimal 218 123 100 0 0.44 0.54 0.15 11.69 0.61 0.62
Hex DA 7B 64 0 2C 36 F C 3D 3E
Octal 332 173 144 0 54 66 17 14 75 76
Binary 11011010 1111011 1100100 0 101100 110110 1111 1100 111101 111110

Color Harmonies of #DA7B64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7B64

Black with #DA7B64

Text Example


Text Example

White with #DA7B64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7B64; }

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

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

background-color css

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

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

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

border-color css

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

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

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