Html Css Color HEX #D67466 Terra Cotta

📋 copy color: '#D67466'

red 214 ◦ green 116 ◦ blue 102

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

Shades of Terra Cotta #D67466

Tints of Terra Cotta #D67466

RGB

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

 GREEN value IS 116 (45.7% from 255) = 26.85%

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

R = 49.54%
G = 26.85%
B = 23.61%

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

#D67466 (or 0xD67466) is known color: Terra Cotta. HEX triplet: D6, 74 and 66. RGB value is (214,116,102). Sum of RGB (Red+Green+Blue) = 214+116+102=432 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.54% from 432); Green value is 116 (45.70% from 255 or 26.85% from 432); Blue value is 102 (40.23% from 255 or 23.61% from 432); Max value from RGB is 214 - color contains mainly: red. Hex color #D67466 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D67466 is #298B99. Grayscale: #8F8F8F. Windows color (decimal): -2722714 or 6714582. OLE color: 6714582.

HSL color Cylindrical-coordinate representation of color #D67466: hue angle of 7.5º 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 #D67466 is Cyan = 0, Magento = 0.46, Yellow = 0.52 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 116 102 -
CMYK 0 0.46 0.52 0.16
HSL 7.5º 0.58% 0.62% -
HSV(B) 7.5º 0.52% 0.84% -
XYZ 36.38 27.75 16.01 -
YUV 143.71 104.47 178.14 -
System Red Green Blue C M Y K H S L
Decimal 214 116 102 0 0.46 0.52 0.16 7.5 0.58 0.62
Hex D6 74 66 0 2E 34 10 8 3A 3E
Octal 326 164 146 0 56 64 20 10 72 76
Binary 11010110 1110100 1100110 0 101110 110100 10000 1000 111010 111110

Color Harmonies of #D67466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67466

Black with #D67466

Text Example


Text Example

White with #D67466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67466; }

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

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

background-color css

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

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

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

border-color css

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

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

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