Html Css Color HEX #D9725A Terra Cotta

📋 copy color: '#D9725A'

red 217 ◦ green 114 ◦ blue 90

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

Shades of Terra Cotta #D9725A

Tints of Terra Cotta #D9725A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 21.38%

R = 51.54%
G = 27.08%
B = 21.38%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.59

 K value IS 0.15

RGB Variations

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

Color information

#D9725A (or 0xD9725A) is known color: Terra Cotta. HEX triplet: D9, 72 and 5A. RGB value is (217,114,90). Sum of RGB (Red+Green+Blue) = 217+114+90=421 (55% of max value = 765). Red value is 217 (85.16% from 255 or 51.54% from 421); Green value is 114 (44.92% from 255 or 27.08% from 421); Blue value is 90 (35.55% from 255 or 21.38% from 421); Max value from RGB is 217 - color contains mainly: red. Hex color #D9725A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D9725A is #268DA5. Grayscale: #8E8E8E. Windows color (decimal): -2526630 or 5927641. OLE color: 5927641.

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

Color convert

RGB 217 114 90 -
CMYK 0 0.47 0.59 0.15
HSL 11.34º 0.63% 0.6% -
HSV(B) 11.34º 0.59% 0.85% -
XYZ 36.48 27.52 13.06 -
YUV 142.06 98.62 181.45 -
System Red Green Blue C M Y K H S L
Decimal 217 114 90 0 0.47 0.59 0.15 11.34 0.63 0.6
Hex D9 72 5A 0 2F 3B F B 3F 3C
Octal 331 162 132 0 57 73 17 13 77 74
Binary 11011001 1110010 1011010 0 101111 111011 1111 1011 111111 111100

Color Harmonies of #D9725A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9725A

Black with #D9725A

Text Example


Text Example

White with #D9725A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9725A; }

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

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

background-color css

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

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

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

border-color css

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

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

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