Html Css Color HEX #D67063 Terra Cotta

📋 copy color: '#D67063'

red 214 ◦ green 112 ◦ blue 99

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

Shades of Terra Cotta #D67063

Tints of Terra Cotta #D67063

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 23.29%

R = 50.35%
G = 26.35%
B = 23.29%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.54

 K value IS 0.16

RGB Variations

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

Color information

#D67063 (or 0xD67063) is known color: Terra Cotta. HEX triplet: D6, 70 and 63. RGB value is (214,112,99). Sum of RGB (Red+Green+Blue) = 214+112+99=425 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.35% from 425); Green value is 112 (44.14% from 255 or 26.35% from 425); Blue value is 99 (39.06% from 255 or 23.29% from 425); Max value from RGB is 214 - color contains mainly: red. Hex color #D67063 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D67063 is #298F9C. Grayscale: #8D8D8D. Windows color (decimal): -2723741 or 6516950. OLE color: 6516950.

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

Color convert

RGB 214 112 99 -
CMYK 0 0.48 0.54 0.16
HSL 6.78º 0.58% 0.61% -
HSV(B) 6.78º 0.54% 0.84% -
XYZ 35.78 26.79 15.09 -
YUV 141.02 104.29 180.06 -
System Red Green Blue C M Y K H S L
Decimal 214 112 99 0 0.48 0.54 0.16 6.78 0.58 0.61
Hex D6 70 63 0 30 36 10 7 3A 3D
Octal 326 160 143 0 60 66 20 7 72 75
Binary 11010110 1110000 1100011 0 110000 110110 10000 111 111010 111101

Color Harmonies of #D67063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67063

Black with #D67063

Text Example


Text Example

White with #D67063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67063; }

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

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

background-color css

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

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

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

border-color css

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

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

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