Html Css Color HEX #D8725C Terra Cotta

📋 copy color: '#D8725C'

red 216 ◦ green 114 ◦ blue 92

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

Shades of Terra Cotta #D8725C

Tints of Terra Cotta #D8725C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 21.8%

R = 51.18%
G = 27.01%
B = 21.8%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.57

 K value IS 0.15

RGB Variations

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

Color information

#D8725C (or 0xD8725C) is known color: Terra Cotta. HEX triplet: D8, 72 and 5C. RGB value is (216,114,92). Sum of RGB (Red+Green+Blue) = 216+114+92=422 (55% of max value = 765). Red value is 216 (84.77% from 255 or 51.18% from 422); Green value is 114 (44.92% from 255 or 27.01% from 422); Blue value is 92 (36.33% from 255 or 21.80% from 422); Max value from RGB is 216 - color contains mainly: red. Hex color #D8725C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D8725C is #278DA3. Grayscale: #8E8E8E. Windows color (decimal): -2592164 or 6058712. OLE color: 6058712.

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

Color convert

RGB 216 114 92 -
CMYK 0 0.47 0.57 0.15
HSL 10.65º 0.61% 0.6% -
HSV(B) 10.65º 0.57% 0.85% -
XYZ 36.27 27.41 13.5 -
YUV 141.99 99.79 180.79 -
System Red Green Blue C M Y K H S L
Decimal 216 114 92 0 0.47 0.57 0.15 10.65 0.61 0.6
Hex D8 72 5C 0 2F 39 F B 3D 3C
Octal 330 162 134 0 57 71 17 13 75 74
Binary 11011000 1110010 1011100 0 101111 111001 1111 1011 111101 111100

Color Harmonies of #D8725C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8725C

Black with #D8725C

Text Example


Text Example

White with #D8725C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8725C; }

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

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

background-color css

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

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

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

border-color css

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

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

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