Html Css Color HEX #DA755B Terra Cotta

📋 copy color: '#DA755B'

red 218 ◦ green 117 ◦ blue 91

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

Shades of Terra Cotta #DA755B

Tints of Terra Cotta #DA755B

RGB

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

 GREEN value IS 117 (46.09% from 255) = 27.46%

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

R = 51.17%
G = 27.46%
B = 21.36%

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

#DA755B (or 0xDA755B) is known color: Terra Cotta. HEX triplet: DA, 75 and 5B. RGB value is (218,117,91). Sum of RGB (Red+Green+Blue) = 218+117+91=426 (56% of max value = 765). Red value is 218 (85.55% from 255 or 51.17% from 426); Green value is 117 (46.09% from 255 or 27.46% from 426); Blue value is 91 (35.94% from 255 or 21.36% from 426); Max value from RGB is 218 - color contains mainly: red. Hex color #DA755B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA755B is #258AA4. Grayscale: #909090. Windows color (decimal): -2460325 or 5993946. OLE color: 5993946.

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

Color convert

RGB 218 117 91 -
CMYK 0 0.46 0.58 0.15
HSL 12.28º 0.63% 0.61% -
HSV(B) 12.28º 0.58% 0.85% -
XYZ 37.16 28.38 13.42 -
YUV 144.24 97.96 180.61 -
System Red Green Blue C M Y K H S L
Decimal 218 117 91 0 0.46 0.58 0.15 12.28 0.63 0.61
Hex DA 75 5B 0 2E 3A F C 3F 3D
Octal 332 165 133 0 56 72 17 14 77 75
Binary 11011010 1110101 1011011 0 101110 111010 1111 1100 111111 111101

Color Harmonies of #DA755B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA755B

Black with #DA755B

Text Example


Text Example

White with #DA755B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA755B; }

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

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

background-color css

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

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

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

border-color css

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

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

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