Html Css Color HEX #DA7B5C Terra Cotta

📋 copy color: '#DA7B5C'

red 218 ◦ green 123 ◦ blue 92

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

Shades of Terra Cotta #DA7B5C

Tints of Terra Cotta #DA7B5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 21.25%

R = 50.35%
G = 28.41%
B = 21.25%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.58

 K value IS 0.15

RGB Variations

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

Color information

#DA7B5C (or 0xDA7B5C) is known color: Terra Cotta. HEX triplet: DA, 7B and 5C. RGB value is (218,123,92). Sum of RGB (Red+Green+Blue) = 218+123+92=433 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.35% from 433); Green value is 123 (48.44% from 255 or 28.41% from 433); Blue value is 92 (36.33% from 255 or 21.25% from 433); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7B5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA7B5C is #2584A3. Grayscale: #949494. Windows color (decimal): -2458788 or 6061018. OLE color: 6061018.

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

Color convert

RGB 218 123 92 -
CMYK 0 0.44 0.58 0.15
HSL 14.76º 0.63% 0.61% -
HSV(B) 14.76º 0.58% 0.85% -
XYZ 37.93 29.84 13.89 -
YUV 147.87 96.47 178.02 -
System Red Green Blue C M Y K H S L
Decimal 218 123 92 0 0.44 0.58 0.15 14.76 0.63 0.61
Hex DA 7B 5C 0 2C 3A F F 3F 3D
Octal 332 173 134 0 54 72 17 17 77 75
Binary 11011010 1111011 1011100 0 101100 111010 1111 1111 111111 111101

Color Harmonies of #DA7B5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7B5C

Black with #DA7B5C

Text Example


Text Example

White with #DA7B5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7B5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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