Html Css Color HEX #D67266 Terra Cotta

📋 copy color: '#D67266'

red 214 ◦ green 114 ◦ blue 102

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

Shades of Terra Cotta #D67266

Tints of Terra Cotta #D67266

RGB

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

 GREEN value IS 114 (44.92% from 255) = 26.51%

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

R = 49.77%
G = 26.51%
B = 23.72%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.52

 K value IS 0.16

RGB Variations

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

Color information

#D67266 (or 0xD67266) is known color: Terra Cotta. HEX triplet: D6, 72 and 66. RGB value is (214,114,102). Sum of RGB (Red+Green+Blue) = 214+114+102=430 (56% of max value = 765). Red value is 214 (83.98% from 255 or 49.77% from 430); Green value is 114 (44.92% from 255 or 26.51% from 430); Blue value is 102 (40.23% from 255 or 23.72% from 430); Max value from RGB is 214 - color contains mainly: red. Hex color #D67266 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D67266 is #298D99. Grayscale: #8E8E8E. Windows color (decimal): -2723226 or 6714070. OLE color: 6714070.

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

Color convert

RGB 214 114 102 -
CMYK 0 0.47 0.52 0.16
HSL 6.43º 0.58% 0.62% -
HSV(B) 6.43º 0.52% 0.84% -
XYZ 36.15 27.29 15.93 -
YUV 142.53 105.13 178.98 -
System Red Green Blue C M Y K H S L
Decimal 214 114 102 0 0.47 0.52 0.16 6.43 0.58 0.62
Hex D6 72 66 0 2F 34 10 6 3A 3E
Octal 326 162 146 0 57 64 20 6 72 76
Binary 11010110 1110010 1100110 0 101111 110100 10000 110 111010 111110

Color Harmonies of #D67266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67266

Black with #D67266

Text Example


Text Example

White with #D67266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67266; }

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

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

background-color css

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

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

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

border-color css

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

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

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