Html Css Color HEX #D97468 Terra Cotta

📋 copy color: '#D97468'

red 217 ◦ green 116 ◦ blue 104

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

Shades of Terra Cotta #D97468

Tints of Terra Cotta #D97468

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 23.8%

R = 49.66%
G = 26.54%
B = 23.8%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.52

 K value IS 0.15

RGB Variations

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

Color information

#D97468 (or 0xD97468) is known color: Terra Cotta. HEX triplet: D9, 74 and 68. RGB value is (217,116,104). Sum of RGB (Red+Green+Blue) = 217+116+104=437 (57% of max value = 765). Red value is 217 (85.16% from 255 or 49.66% from 437); Green value is 116 (45.70% from 255 or 26.54% from 437); Blue value is 104 (41.02% from 255 or 23.80% from 437); Max value from RGB is 217 - color contains mainly: red. Hex color #D97468 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D97468 is #268B97. Grayscale: #909090. Windows color (decimal): -2526104 or 6845657. OLE color: 6845657.

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

Color convert

RGB 217 116 104 -
CMYK 0 0.47 0.52 0.15
HSL 6.37º 0.6% 0.63% -
HSV(B) 6.37º 0.52% 0.85% -
XYZ 37.36 28.24 16.58 -
YUV 144.83 104.96 179.48 -
System Red Green Blue C M Y K H S L
Decimal 217 116 104 0 0.47 0.52 0.15 6.37 0.6 0.63
Hex D9 74 68 0 2F 34 F 6 3C 3F
Octal 331 164 150 0 57 64 17 6 74 77
Binary 11011001 1110100 1101000 0 101111 110100 1111 110 111100 111111

Color Harmonies of #D97468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D97468

Black with #D97468

Text Example


Text Example

White with #D97468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D97468; }

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

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

background-color css

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

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

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

border-color css

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

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

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