Html Css Color HEX #D77163 Terra Cotta

📋 copy color: '#D77163'

red 215 ◦ green 113 ◦ blue 99

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

Shades of Terra Cotta #D77163

Tints of Terra Cotta #D77163

RGB

 RED value IS 215 (84.38% from 255) = 50.35%

 GREEN value IS 113 (44.53% from 255) = 26.46%

 BLUE value IS 99 (39.06% from 255) = 23.19%

R = 50.35%
G = 26.46%
B = 23.19%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.54

 K value IS 0.16

RGB Variations

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

Color information

#D77163 (or 0xD77163) is known color: Terra Cotta. HEX triplet: D7, 71 and 63. RGB value is (215,113,99). Sum of RGB (Red+Green+Blue) = 215+113+99=427 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.35% from 427); Green value is 113 (44.53% from 255 or 26.46% from 427); Blue value is 99 (39.06% from 255 or 23.19% from 427); Max value from RGB is 215 - color contains mainly: red. Hex color #D77163 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D77163 is #288E9C. Grayscale: #8E8E8E. Windows color (decimal): -2657949 or 6517207. OLE color: 6517207.

HSL color Cylindrical-coordinate representation of color #D77163: hue angle of 7.24º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D77163 is Cyan = 0, Magento = 0.47, Yellow = 0.54 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 113 99 -
CMYK 0 0.47 0.54 0.16
HSL 7.24º 0.59% 0.62% -
HSV(B) 7.24º 0.54% 0.84% -
XYZ 36.18 27.16 15.14 -
YUV 141.9 103.79 180.14 -
System Red Green Blue C M Y K H S L
Decimal 215 113 99 0 0.47 0.54 0.16 7.24 0.59 0.62
Hex D7 71 63 0 2F 36 10 7 3B 3E
Octal 327 161 143 0 57 66 20 7 73 76
Binary 11010111 1110001 1100011 0 101111 110110 10000 111 111011 111110

Color Harmonies of #D77163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77163

Black with #D77163

Text Example


Text Example

White with #D77163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77163; }

 p { color: rgb(215,113,99); }

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

background-color css

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

 a { background-color: rgb(215,113,99); }

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

border-color css

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

 span { border-color: rgb(215,113,99); }

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