Html Css Color HEX #D97267 Terra Cotta

📋 copy color: '#D97267'

red 217 ◦ green 114 ◦ blue 103

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

Shades of Terra Cotta #D97267

Tints of Terra Cotta #D97267

RGB

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

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

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

R = 50%
G = 26.27%
B = 23.73%

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

#D97267 (or 0xD97267) is known color: Terra Cotta. HEX triplet: D9, 72 and 67. RGB value is (217,114,103). Sum of RGB (Red+Green+Blue) = 217+114+103=434 (57% of max value = 765). Red value is 217 (85.16% from 255 or 50% from 434); Green value is 114 (44.92% from 255 or 26.27% from 434); Blue value is 103 (40.62% from 255 or 23.73% from 434); Max value from RGB is 217 - color contains mainly: red. Hex color #D97267 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D97267 is #268D98. Grayscale: #8F8F8F. Windows color (decimal): -2526617 or 6779609. OLE color: 6779609.

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

Color convert

RGB 217 114 103 -
CMYK 0 0.47 0.53 0.15
HSL 5.79º 0.6% 0.63% -
HSV(B) 5.79º 0.53% 0.85% -
XYZ 37.08 27.77 16.24 -
YUV 143.54 105.12 180.39 -
System Red Green Blue C M Y K H S L
Decimal 217 114 103 0 0.47 0.53 0.15 5.79 0.6 0.63
Hex D9 72 67 0 2F 35 F 6 3C 3F
Octal 331 162 147 0 57 65 17 6 74 77
Binary 11011001 1110010 1100111 0 101111 110101 1111 110 111100 111111

Color Harmonies of #D97267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D97267

Black with #D97267

Text Example


Text Example

White with #D97267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D97267; }

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

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

background-color css

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

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

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

border-color css

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

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

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