Html Css Color HEX #D8725E Terra Cotta

📋 copy color: '#D8725E'

red 216 ◦ green 114 ◦ blue 94

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

Shades of Terra Cotta #D8725E

Tints of Terra Cotta #D8725E

RGB

 RED value IS 216 (84.77% from 255) = 50.94%

 GREEN value IS 114 (44.92% from 255) = 26.89%

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

R = 50.94%
G = 26.89%
B = 22.17%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#D8725E (or 0xD8725E) is known color: Terra Cotta. HEX triplet: D8, 72 and 5E. RGB value is (216,114,94). Sum of RGB (Red+Green+Blue) = 216+114+94=424 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.94% from 424); Green value is 114 (44.92% from 255 or 26.89% from 424); Blue value is 94 (37.11% from 255 or 22.17% from 424); Max value from RGB is 216 - color contains mainly: red. Hex color #D8725E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D8725E is #278DA1. Grayscale: #8E8E8E. Windows color (decimal): -2592162 or 6189784. OLE color: 6189784.

HSL color Cylindrical-coordinate representation of color #D8725E: hue angle of 9.84º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D8725E is Cyan = 0, Magento = 0.47, Yellow = 0.56 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 114 94 -
CMYK 0 0.47 0.56 0.15
HSL 9.84º 0.61% 0.61% -
HSV(B) 9.84º 0.56% 0.85% -
XYZ 36.36 27.44 13.97 -
YUV 142.22 100.79 180.63 -
System Red Green Blue C M Y K H S L
Decimal 216 114 94 0 0.47 0.56 0.15 9.84 0.61 0.61
Hex D8 72 5E 0 2F 38 F A 3D 3D
Octal 330 162 136 0 57 70 17 12 75 75
Binary 11011000 1110010 1011110 0 101111 111000 1111 1010 111101 111101

Color Harmonies of #D8725E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8725E

Black with #D8725E

Text Example


Text Example

White with #D8725E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8725E; }

 p { color: rgb(216,114,94); }

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

background-color css

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

 a { background-color: rgb(216,114,94); }

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

border-color css

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

 span { border-color: rgb(216,114,94); }

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