Html Css Color HEX #D97462 Terra Cotta

📋 copy color: '#D97462'

red 217 ◦ green 116 ◦ blue 98

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

Shades of Terra Cotta #D97462

Tints of Terra Cotta #D97462

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 22.74%

R = 50.35%
G = 26.91%
B = 22.74%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.55

 K value IS 0.15

RGB Variations

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

Color information

#D97462 (or 0xD97462) is known color: Terra Cotta. HEX triplet: D9, 74 and 62. RGB value is (217,116,98). Sum of RGB (Red+Green+Blue) = 217+116+98=431 (57% of max value = 765). Red value is 217 (85.16% from 255 or 50.35% from 431); Green value is 116 (45.70% from 255 or 26.91% from 431); Blue value is 98 (38.67% from 255 or 22.74% from 431); Max value from RGB is 217 - color contains mainly: red. Hex color #D97462 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D97462 is #268B9D. Grayscale: #909090. Windows color (decimal): -2526110 or 6452441. OLE color: 6452441.

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

Color convert

RGB 217 116 98 -
CMYK 0 0.47 0.55 0.15
HSL 9.08º 0.61% 0.62% -
HSV(B) 9.08º 0.55% 0.85% -
XYZ 37.07 28.12 15.03 -
YUV 144.15 101.96 179.96 -
System Red Green Blue C M Y K H S L
Decimal 217 116 98 0 0.47 0.55 0.15 9.08 0.61 0.62
Hex D9 74 62 0 2F 37 F 9 3D 3E
Octal 331 164 142 0 57 67 17 11 75 76
Binary 11011001 1110100 1100010 0 101111 110111 1111 1001 111101 111110

Color Harmonies of #D97462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D97462

Black with #D97462

Text Example


Text Example

White with #D97462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D97462; }

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

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

background-color css

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

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

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

border-color css

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

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

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