Html Css Color HEX #D97467 Terra Cotta

📋 copy color: '#D97467'

red 217 ◦ green 116 ◦ blue 103

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

Shades of Terra Cotta #D97467

Tints of Terra Cotta #D97467

RGB

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

 GREEN value IS 116 (45.7% from 255) = 26.61%

 BLUE value IS 103 (40.63% from 255) = 23.62%

R = 49.77%
G = 26.61%
B = 23.62%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.53

 K value IS 0.15

RGB Variations

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

Color information

#D97467 (or 0xD97467) is known color: Terra Cotta. HEX triplet: D9, 74 and 67. RGB value is (217,116,103). Sum of RGB (Red+Green+Blue) = 217+116+103=436 (57% of max value = 765). Red value is 217 (85.16% from 255 or 49.77% from 436); Green value is 116 (45.70% from 255 or 26.61% from 436); Blue value is 103 (40.62% from 255 or 23.62% from 436); Max value from RGB is 217 - color contains mainly: red. Hex color #D97467 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D97467 is #268B98. Grayscale: #909090. Windows color (decimal): -2526105 or 6780121. OLE color: 6780121.

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

Color convert

RGB 217 116 103 -
CMYK 0 0.47 0.53 0.15
HSL 6.84º 0.6% 0.63% -
HSV(B) 6.84º 0.53% 0.85% -
XYZ 37.31 28.22 16.31 -
YUV 144.72 104.46 179.56 -
System Red Green Blue C M Y K H S L
Decimal 217 116 103 0 0.47 0.53 0.15 6.84 0.6 0.63
Hex D9 74 67 0 2F 35 F 7 3C 3F
Octal 331 164 147 0 57 65 17 7 74 77
Binary 11011001 1110100 1100111 0 101111 110101 1111 111 111100 111111

Color Harmonies of #D97467

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D97467

Black with #D97467

Text Example


Text Example

White with #D97467

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D97467; }

 p { color: rgb(217,116,103); }

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

background-color css

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

 a { background-color: rgb(217,116,103); }

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

border-color css

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

 span { border-color: rgb(217,116,103); }

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