Html Css Color HEX #DA7B55 Terra Cotta

📋 copy color: '#DA7B55'

red 218 ◦ green 123 ◦ blue 85

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

Shades of Terra Cotta #DA7B55

Tints of Terra Cotta #DA7B55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 19.95%

R = 51.17%
G = 28.87%
B = 19.95%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.61

 K value IS 0.15

RGB Variations

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

Color information

#DA7B55 (or 0xDA7B55) is known color: Terra Cotta. HEX triplet: DA, 7B and 55. RGB value is (218,123,85). Sum of RGB (Red+Green+Blue) = 218+123+85=426 (56% of max value = 765). Red value is 218 (85.55% from 255 or 51.17% from 426); Green value is 123 (48.44% from 255 or 28.87% from 426); Blue value is 85 (33.59% from 255 or 19.95% from 426); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7B55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA7B55 is #2584AA. Grayscale: #939393. Windows color (decimal): -2458795 or 5602266. OLE color: 5602266.

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

Color convert

RGB 218 123 85 -
CMYK 0 0.44 0.61 0.15
HSL 17.14º 0.64% 0.59% -
HSV(B) 17.14º 0.61% 0.85% -
XYZ 37.64 29.73 12.35 -
YUV 147.07 92.97 178.59 -
System Red Green Blue C M Y K H S L
Decimal 218 123 85 0 0.44 0.61 0.15 17.14 0.64 0.59
Hex DA 7B 55 0 2C 3D F 11 40 3B
Octal 332 173 125 0 54 75 17 21 100 73
Binary 11011010 1111011 1010101 0 101100 111101 1111 10001 1000000 111011

Color Harmonies of #DA7B55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7B55

Black with #DA7B55

Text Example


Text Example

White with #DA7B55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7B55; }

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

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

background-color css

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

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

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

border-color css

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

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

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