Html Css Color HEX #D7705F Terra Cotta

📋 copy color: '#D7705F'

red 215 ◦ green 112 ◦ blue 95

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

Shades of Terra Cotta #D7705F

Tints of Terra Cotta #D7705F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 22.51%

R = 50.95%
G = 26.54%
B = 22.51%

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

#D7705F (or 0xD7705F) is known color: Terra Cotta. HEX triplet: D7, 70 and 5F. RGB value is (215,112,95). Sum of RGB (Red+Green+Blue) = 215+112+95=422 (55% of max value = 765). Red value is 215 (84.38% from 255 or 50.95% from 422); Green value is 112 (44.14% from 255 or 26.54% from 422); Blue value is 95 (37.5% from 255 or 22.51% from 422); Max value from RGB is 215 - color contains mainly: red. Hex color #D7705F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D7705F is #288FA0. Grayscale: #8D8D8D. Windows color (decimal): -2658209 or 6254807. OLE color: 6254807.

HSL color Cylindrical-coordinate representation of color #D7705F: hue angle of 8.5º 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 #D7705F is Cyan = 0, Magento = 0.48, Yellow = 0.56 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 112 95 -
CMYK 0 0.48 0.56 0.16
HSL 8.5º 0.6% 0.61% -
HSV(B) 8.5º 0.56% 0.84% -
XYZ 35.88 26.86 14.12 -
YUV 140.86 102.12 180.88 -
System Red Green Blue C M Y K H S L
Decimal 215 112 95 0 0.48 0.56 0.16 8.5 0.6 0.61
Hex D7 70 5F 0 30 38 10 8 3C 3D
Octal 327 160 137 0 60 70 20 10 74 75
Binary 11010111 1110000 1011111 0 110000 111000 10000 1000 111100 111101

Color Harmonies of #D7705F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7705F

Black with #D7705F

Text Example


Text Example

White with #D7705F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7705F; }

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

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

background-color css

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

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

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

border-color css

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

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

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