Html Css Color HEX #D9725B Terra Cotta

📋 copy color: '#D9725B'

red 217 ◦ green 114 ◦ blue 91

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

Shades of Terra Cotta #D9725B

Tints of Terra Cotta #D9725B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 21.56%

R = 51.42%
G = 27.01%
B = 21.56%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.58

 K value IS 0.15

RGB Variations

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

Color information

#D9725B (or 0xD9725B) is known color: Terra Cotta. HEX triplet: D9, 72 and 5B. RGB value is (217,114,91). Sum of RGB (Red+Green+Blue) = 217+114+91=422 (55% of max value = 765). Red value is 217 (85.16% from 255 or 51.42% from 422); Green value is 114 (44.92% from 255 or 27.01% from 422); Blue value is 91 (35.94% from 255 or 21.56% from 422); Max value from RGB is 217 - color contains mainly: red. Hex color #D9725B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D9725B is #268DA4. Grayscale: #8E8E8E. Windows color (decimal): -2526629 or 5993177. OLE color: 5993177.

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

Color convert

RGB 217 114 91 -
CMYK 0 0.47 0.58 0.15
HSL 10.95º 0.62% 0.6% -
HSV(B) 10.95º 0.58% 0.85% -
XYZ 36.52 27.54 13.29 -
YUV 142.18 99.12 181.37 -
System Red Green Blue C M Y K H S L
Decimal 217 114 91 0 0.47 0.58 0.15 10.95 0.62 0.6
Hex D9 72 5B 0 2F 3A F B 3E 3C
Octal 331 162 133 0 57 72 17 13 76 74
Binary 11011001 1110010 1011011 0 101111 111010 1111 1011 111110 111100

Color Harmonies of #D9725B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9725B

Black with #D9725B

Text Example


Text Example

White with #D9725B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9725B; }

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

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

background-color css

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

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

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

border-color css

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

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

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