Html Css Color HEX #D97262 Terra Cotta

📋 copy color: '#D97262'

red 217 ◦ green 114 ◦ blue 98

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

Shades of Terra Cotta #D97262

Tints of Terra Cotta #D97262

RGB

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

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

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

R = 50.58%
G = 26.57%
B = 22.84%

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

#D97262 (or 0xD97262) is known color: Terra Cotta. HEX triplet: D9, 72 and 62. RGB value is (217,114,98). Sum of RGB (Red+Green+Blue) = 217+114+98=429 (56% of max value = 765). Red value is 217 (85.16% from 255 or 50.58% from 429); Green value is 114 (44.92% from 255 or 26.57% from 429); Blue value is 98 (38.67% from 255 or 22.84% from 429); Max value from RGB is 217 - color contains mainly: red. Hex color #D97262 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D97262 is #268D9D. Grayscale: #8F8F8F. Windows color (decimal): -2526622 or 6451929. OLE color: 6451929.

HSL color Cylindrical-coordinate representation of color #D97262: hue angle of 8.07º 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 #D97262 is Cyan = 0, Magento = 0.47, Yellow = 0.55 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 114 98 -
CMYK 0 0.47 0.55 0.15
HSL 8.07º 0.61% 0.62% -
HSV(B) 8.07º 0.55% 0.85% -
XYZ 36.84 27.67 14.95 -
YUV 142.97 102.62 180.8 -
System Red Green Blue C M Y K H S L
Decimal 217 114 98 0 0.47 0.55 0.15 8.07 0.61 0.62
Hex D9 72 62 0 2F 37 F 8 3D 3E
Octal 331 162 142 0 57 67 17 10 75 76
Binary 11011001 1110010 1100010 0 101111 110111 1111 1000 111101 111110

Color Harmonies of #D97262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D97262

Black with #D97262

Text Example


Text Example

White with #D97262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D97262; }

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

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

background-color css

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

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

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

border-color css

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

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

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