Html Css Color HEX #D67268 Terra Cotta

📋 copy color: '#D67268'

red 214 ◦ green 114 ◦ blue 104

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

Shades of Terra Cotta #D67268

Tints of Terra Cotta #D67268

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 24.07%

R = 49.54%
G = 26.39%
B = 24.07%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.51

 K value IS 0.16

RGB Variations

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

Color information

#D67268 (or 0xD67268) is known color: Terra Cotta. HEX triplet: D6, 72 and 68. RGB value is (214,114,104). Sum of RGB (Red+Green+Blue) = 214+114+104=432 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.54% from 432); Green value is 114 (44.92% from 255 or 26.39% from 432); Blue value is 104 (41.02% from 255 or 24.07% from 432); Max value from RGB is 214 - color contains mainly: red. Hex color #D67268 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D67268 is #298D97. Grayscale: #8E8E8E. Windows color (decimal): -2723224 or 6845142. OLE color: 6845142.

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

Color convert

RGB 214 114 104 -
CMYK 0 0.47 0.51 0.16
HSL 5.45º 0.57% 0.62% -
HSV(B) 5.45º 0.51% 0.84% -
XYZ 36.25 27.33 16.46 -
YUV 142.76 106.13 178.81 -
System Red Green Blue C M Y K H S L
Decimal 214 114 104 0 0.47 0.51 0.16 5.45 0.57 0.62
Hex D6 72 68 0 2F 33 10 5 39 3E
Octal 326 162 150 0 57 63 20 5 71 76
Binary 11010110 1110010 1101000 0 101111 110011 10000 101 111001 111110

Color Harmonies of #D67268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67268

Black with #D67268

Text Example


Text Example

White with #D67268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67268; }

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

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

background-color css

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

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

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

border-color css

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

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

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