Html Css Color HEX #D67366 Terra Cotta

📋 copy color: '#D67366'

red 214 ◦ green 115 ◦ blue 102

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

Shades of Terra Cotta #D67366

Tints of Terra Cotta #D67366

RGB

 RED value IS 214 (83.98% from 255) = 49.65%

 GREEN value IS 115 (45.31% from 255) = 26.68%

 BLUE value IS 102 (40.23% from 255) = 23.67%

R = 49.65%
G = 26.68%
B = 23.67%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.52

 K value IS 0.16

RGB Variations

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

Color information

#D67366 (or 0xD67366) is known color: Terra Cotta. HEX triplet: D6, 73 and 66. RGB value is (214,115,102). Sum of RGB (Red+Green+Blue) = 214+115+102=431 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.65% from 431); Green value is 115 (45.31% from 255 or 26.68% from 431); Blue value is 102 (40.23% from 255 or 23.67% from 431); Max value from RGB is 214 - color contains mainly: red. Hex color #D67366 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D67366 is #298C99. Grayscale: #8F8F8F. Windows color (decimal): -2722970 or 6714326. OLE color: 6714326.

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

Color convert

RGB 214 115 102 -
CMYK 0 0.46 0.52 0.16
HSL 6.96º 0.58% 0.62% -
HSV(B) 6.96º 0.52% 0.84% -
XYZ 36.26 27.52 15.97 -
YUV 143.12 104.8 178.56 -
System Red Green Blue C M Y K H S L
Decimal 214 115 102 0 0.46 0.52 0.16 6.96 0.58 0.62
Hex D6 73 66 0 2E 34 10 7 3A 3E
Octal 326 163 146 0 56 64 20 7 72 76
Binary 11010110 1110011 1100110 0 101110 110100 10000 111 111010 111110

Color Harmonies of #D67366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67366

Black with #D67366

Text Example


Text Example

White with #D67366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67366; }

 p { color: rgb(214,115,102); }

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

background-color css

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

 a { background-color: rgb(214,115,102); }

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

border-color css

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

 span { border-color: rgb(214,115,102); }

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