Html Css Color HEX #D67365 Terra Cotta

📋 copy color: '#D67365'

red 214 ◦ green 115 ◦ blue 101

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

Shades of Terra Cotta #D67365

Tints of Terra Cotta #D67365

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 23.49%

R = 49.77%
G = 26.74%
B = 23.49%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.53

 K value IS 0.16

RGB Variations

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

Color information

#D67365 (or 0xD67365) is known color: Terra Cotta. HEX triplet: D6, 73 and 65. RGB value is (214,115,101). Sum of RGB (Red+Green+Blue) = 214+115+101=430 (56% of max value = 765). Red value is 214 (83.98% from 255 or 49.77% from 430); Green value is 115 (45.31% from 255 or 26.74% from 430); Blue value is 101 (39.84% from 255 or 23.49% from 430); Max value from RGB is 214 - color contains mainly: red. Hex color #D67365 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D67365 is #298C9A. Grayscale: #8F8F8F. Windows color (decimal): -2722971 or 6648790. OLE color: 6648790.

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

Color convert

RGB 214 115 101 -
CMYK 0 0.46 0.53 0.16
HSL 7.43º 0.58% 0.62% -
HSV(B) 7.43º 0.53% 0.84% -
XYZ 36.21 27.5 15.71 -
YUV 143.01 104.3 178.64 -
System Red Green Blue C M Y K H S L
Decimal 214 115 101 0 0.46 0.53 0.16 7.43 0.58 0.62
Hex D6 73 65 0 2E 35 10 7 3A 3E
Octal 326 163 145 0 56 65 20 7 72 76
Binary 11010110 1110011 1100101 0 101110 110101 10000 111 111010 111110

Color Harmonies of #D67365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67365

Black with #D67365

Text Example


Text Example

White with #D67365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67365; }

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

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

background-color css

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

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

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

border-color css

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

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

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