Html Css Color HEX #D67066 Terra Cotta

📋 copy color: '#D67066'

red 214 ◦ green 112 ◦ blue 102

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

Shades of Terra Cotta #D67066

Tints of Terra Cotta #D67066

RGB

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

 GREEN value IS 112 (44.14% from 255) = 26.17%

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

R = 50%
G = 26.17%
B = 23.83%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.52

 K value IS 0.16

RGB Variations

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

Color information

#D67066 (or 0xD67066) is known color: Terra Cotta. HEX triplet: D6, 70 and 66. RGB value is (214,112,102). Sum of RGB (Red+Green+Blue) = 214+112+102=428 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50% from 428); Green value is 112 (44.14% from 255 or 26.17% from 428); Blue value is 102 (40.23% from 255 or 23.83% from 428); Max value from RGB is 214 - color contains mainly: red. Hex color #D67066 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D67066 is #298F99. Grayscale: #8D8D8D. Windows color (decimal): -2723738 or 6713558. OLE color: 6713558.

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

Color convert

RGB 214 112 102 -
CMYK 0 0.48 0.52 0.16
HSL 5.36º 0.58% 0.62% -
HSV(B) 5.36º 0.52% 0.84% -
XYZ 35.92 26.84 15.86 -
YUV 141.36 105.79 179.81 -
System Red Green Blue C M Y K H S L
Decimal 214 112 102 0 0.48 0.52 0.16 5.36 0.58 0.62
Hex D6 70 66 0 30 34 10 5 3A 3E
Octal 326 160 146 0 60 64 20 5 72 76
Binary 11010110 1110000 1100110 0 110000 110100 10000 101 111010 111110

Color Harmonies of #D67066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67066

Black with #D67066

Text Example


Text Example

White with #D67066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67066; }

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

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

background-color css

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

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

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

border-color css

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

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

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