Html Css Color HEX #D76F64 Terra Cotta

📋 copy color: '#D76F64'

red 215 ◦ green 111 ◦ blue 100

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

Shades of Terra Cotta #D76F64

Tints of Terra Cotta #D76F64

RGB

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

 GREEN value IS 111 (43.75% from 255) = 26.06%

 BLUE value IS 100 (39.45% from 255) = 23.47%

R = 50.47%
G = 26.06%
B = 23.47%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.53

 K value IS 0.16

RGB Variations

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

Color information

#D76F64 (or 0xD76F64) is known color: Terra Cotta. HEX triplet: D7, 6F and 64. RGB value is (215,111,100). Sum of RGB (Red+Green+Blue) = 215+111+100=426 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.47% from 426); Green value is 111 (43.75% from 255 or 26.06% from 426); Blue value is 100 (39.45% from 255 or 23.47% from 426); Max value from RGB is 215 - color contains mainly: red. Hex color #D76F64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D76F64 is #28909B. Grayscale: #8C8C8C. Windows color (decimal): -2658460 or 6582231. OLE color: 6582231.

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

Color convert

RGB 215 111 100 -
CMYK 0 0.48 0.53 0.16
HSL 5.74º 0.59% 0.62% -
HSV(B) 5.74º 0.53% 0.84% -
XYZ 36.01 26.74 15.32 -
YUV 140.84 104.96 180.89 -
System Red Green Blue C M Y K H S L
Decimal 215 111 100 0 0.48 0.53 0.16 5.74 0.59 0.62
Hex D7 6F 64 0 30 35 10 6 3B 3E
Octal 327 157 144 0 60 65 20 6 73 76
Binary 11010111 1101111 1100100 0 110000 110101 10000 110 111011 111110

Color Harmonies of #D76F64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76F64

Black with #D76F64

Text Example


Text Example

White with #D76F64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76F64; }

 p { color: rgb(215,111,100); }

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

background-color css

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

 a { background-color: rgb(215,111,100); }

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

border-color css

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

 span { border-color: rgb(215,111,100); }

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