Html Css Color HEX #DA7652 Terra Cotta

📋 copy color: '#DA7652'

red 218 ◦ green 118 ◦ blue 82

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

Shades of Terra Cotta #DA7652

Tints of Terra Cotta #DA7652

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 19.62%

R = 52.15%
G = 28.23%
B = 19.62%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.62

 K value IS 0.15

RGB Variations

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

Color information

#DA7652 (or 0xDA7652) is known color: Terra Cotta. HEX triplet: DA, 76 and 52. RGB value is (218,118,82). Sum of RGB (Red+Green+Blue) = 218+118+82=418 (55% of max value = 765). Red value is 218 (85.55% from 255 or 52.15% from 418); Green value is 118 (46.48% from 255 or 28.23% from 418); Blue value is 82 (32.42% from 255 or 19.62% from 418); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7652 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA7652 is #2589AD. Grayscale: #909090. Windows color (decimal): -2460078 or 5404378. OLE color: 5404378.

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

Color convert

RGB 218 118 82 -
CMYK 0 0.46 0.62 0.15
HSL 15.88º 0.65% 0.59% -
HSV(B) 15.88º 0.62% 0.85% -
XYZ 36.91 28.47 11.53 -
YUV 143.8 93.13 180.93 -
System Red Green Blue C M Y K H S L
Decimal 218 118 82 0 0.46 0.62 0.15 15.88 0.65 0.59
Hex DA 76 52 0 2E 3E F 10 41 3B
Octal 332 166 122 0 56 76 17 20 101 73
Binary 11011010 1110110 1010010 0 101110 111110 1111 10000 1000001 111011

Color Harmonies of #DA7652

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7652

Black with #DA7652

Text Example


Text Example

White with #DA7652

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7652; }

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

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

background-color css

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

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

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

border-color css

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

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

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