Html Css Color HEX #D9725F Terra Cotta

📋 copy color: '#D9725F'

red 217 ◦ green 114 ◦ blue 95

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

Shades of Terra Cotta #D9725F

Tints of Terra Cotta #D9725F

RGB

 RED value IS 217 (85.16% from 255) = 50.94%

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

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

R = 50.94%
G = 26.76%
B = 22.3%

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

#D9725F (or 0xD9725F) is known color: Terra Cotta. HEX triplet: D9, 72 and 5F. RGB value is (217,114,95). Sum of RGB (Red+Green+Blue) = 217+114+95=426 (56% of max value = 765). Red value is 217 (85.16% from 255 or 50.94% from 426); Green value is 114 (44.92% from 255 or 26.76% from 426); Blue value is 95 (37.5% from 255 or 22.30% from 426); Max value from RGB is 217 - color contains mainly: red. Hex color #D9725F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D9725F is #268DA0. Grayscale: #8E8E8E. Windows color (decimal): -2526625 or 6255321. OLE color: 6255321.

HSL color Cylindrical-coordinate representation of color #D9725F: hue angle of 9.34º degrees, saturation: 0.62, 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 #D9725F is Cyan = 0, Magento = 0.47, Yellow = 0.56 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 114 95 -
CMYK 0 0.47 0.56 0.15
HSL 9.34º 0.62% 0.61% -
HSV(B) 9.34º 0.56% 0.85% -
XYZ 36.7 27.61 14.22 -
YUV 142.63 101.12 181.04 -
System Red Green Blue C M Y K H S L
Decimal 217 114 95 0 0.47 0.56 0.15 9.34 0.62 0.61
Hex D9 72 5F 0 2F 38 F 9 3E 3D
Octal 331 162 137 0 57 70 17 11 76 75
Binary 11011001 1110010 1011111 0 101111 111000 1111 1001 111110 111101

Color Harmonies of #D9725F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9725F

Black with #D9725F

Text Example


Text Example

White with #D9725F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9725F; }

 p { color: rgb(217,114,95); }

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

background-color css

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

 a { background-color: rgb(217,114,95); }

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

border-color css

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

 span { border-color: rgb(217,114,95); }

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