Html Css Color HEX #D7705E Terra Cotta

📋 copy color: '#D7705E'

red 215 ◦ green 112 ◦ blue 94

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

Shades of Terra Cotta #D7705E

Tints of Terra Cotta #D7705E

RGB

 RED value IS 215 (84.38% from 255) = 51.07%

 GREEN value IS 112 (44.14% from 255) = 26.6%

 BLUE value IS 94 (37.11% from 255) = 22.33%

R = 51.07%
G = 26.6%
B = 22.33%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.56

 K value IS 0.16

RGB Variations

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

Color information

#D7705E (or 0xD7705E) is known color: Terra Cotta. HEX triplet: D7, 70 and 5E. RGB value is (215,112,94). Sum of RGB (Red+Green+Blue) = 215+112+94=421 (55% of max value = 765). Red value is 215 (84.38% from 255 or 51.07% from 421); Green value is 112 (44.14% from 255 or 26.60% from 421); Blue value is 94 (37.11% from 255 or 22.33% from 421); Max value from RGB is 215 - color contains mainly: red. Hex color #D7705E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D7705E is #288FA1. Grayscale: #8C8C8C. Windows color (decimal): -2658210 or 6189271. OLE color: 6189271.

HSL color Cylindrical-coordinate representation of color #D7705E: hue angle of 8.93º degrees, saturation: 0.6, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D7705E is Cyan = 0, Magento = 0.48, Yellow = 0.56 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 112 94 -
CMYK 0 0.48 0.56 0.16
HSL 8.93º 0.6% 0.61% -
HSV(B) 8.93º 0.56% 0.84% -
XYZ 35.84 26.84 13.88 -
YUV 140.75 101.62 180.96 -
System Red Green Blue C M Y K H S L
Decimal 215 112 94 0 0.48 0.56 0.16 8.93 0.6 0.61
Hex D7 70 5E 0 30 38 10 9 3C 3D
Octal 327 160 136 0 60 70 20 11 74 75
Binary 11010111 1110000 1011110 0 110000 111000 10000 1001 111100 111101

Color Harmonies of #D7705E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7705E

Black with #D7705E

Text Example


Text Example

White with #D7705E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7705E; }

 p { color: rgb(215,112,94); }

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

background-color css

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

 a { background-color: rgb(215,112,94); }

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

border-color css

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

 span { border-color: rgb(215,112,94); }

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