Html Css Color HEX #DA765B Terra Cotta

📋 copy color: '#DA765B'

red 218 ◦ green 118 ◦ blue 91

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

Shades of Terra Cotta #DA765B

Tints of Terra Cotta #DA765B

RGB

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

 GREEN value IS 118 (46.48% from 255) = 27.63%

 BLUE value IS 91 (35.94% from 255) = 21.31%

R = 51.05%
G = 27.63%
B = 21.31%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.58

 K value IS 0.15

RGB Variations

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

Color information

#DA765B (or 0xDA765B) is known color: Terra Cotta. HEX triplet: DA, 76 and 5B. RGB value is (218,118,91). Sum of RGB (Red+Green+Blue) = 218+118+91=427 (56% of max value = 765). Red value is 218 (85.55% from 255 or 51.05% from 427); Green value is 118 (46.48% from 255 or 27.63% from 427); Blue value is 91 (35.94% from 255 or 21.31% from 427); Max value from RGB is 218 - color contains mainly: red. Hex color #DA765B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA765B is #2589A4. Grayscale: #919191. Windows color (decimal): -2460069 or 5994202. OLE color: 5994202.

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

Color convert

RGB 218 118 91 -
CMYK 0 0.46 0.58 0.15
HSL 12.76º 0.63% 0.61% -
HSV(B) 12.76º 0.58% 0.85% -
XYZ 37.28 28.62 13.46 -
YUV 144.82 97.63 180.2 -
System Red Green Blue C M Y K H S L
Decimal 218 118 91 0 0.46 0.58 0.15 12.76 0.63 0.61
Hex DA 76 5B 0 2E 3A F D 3F 3D
Octal 332 166 133 0 56 72 17 15 77 75
Binary 11011010 1110110 1011011 0 101110 111010 1111 1101 111111 111101

Color Harmonies of #DA765B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA765B

Black with #DA765B

Text Example


Text Example

White with #DA765B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA765B; }

 p { color: rgb(218,118,91); }

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

background-color css

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

 a { background-color: rgb(218,118,91); }

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

border-color css

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

 span { border-color: rgb(218,118,91); }

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