Html Css Color HEX #D67368 Terra Cotta

📋 copy color: '#D67368'

red 214 ◦ green 115 ◦ blue 104

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

Shades of Terra Cotta #D67368

Tints of Terra Cotta #D67368

RGB

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

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

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

R = 49.42%
G = 26.56%
B = 24.02%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.51

 K value IS 0.16

RGB Variations

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

Color information

#D67368 (or 0xD67368) is known color: Terra Cotta. HEX triplet: D6, 73 and 68. RGB value is (214,115,104). Sum of RGB (Red+Green+Blue) = 214+115+104=433 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.42% from 433); Green value is 115 (45.31% from 255 or 26.56% from 433); Blue value is 104 (41.02% from 255 or 24.02% from 433); Max value from RGB is 214 - color contains mainly: red. Hex color #D67368 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D67368 is #298C97. Grayscale: #8F8F8F. Windows color (decimal): -2722968 or 6845398. OLE color: 6845398.

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

Color convert

RGB 214 115 104 -
CMYK 0 0.46 0.51 0.16
HSL 0.57% 0.62% -
HSV(B) 0.51% 0.84% -
XYZ 36.36 27.56 16.5 -
YUV 143.35 105.8 178.39 -
System Red Green Blue C M Y K H S L
Decimal 214 115 104 0 0.46 0.51 0.16 6 0.57 0.62
Hex D6 73 68 0 2E 33 10 6 39 3E
Octal 326 163 150 0 56 63 20 6 71 76
Binary 11010110 1110011 1101000 0 101110 110011 10000 110 111001 111110

Color Harmonies of #D67368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67368

Black with #D67368

Text Example


Text Example

White with #D67368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67368; }

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

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

background-color css

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

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

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

border-color css

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

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

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