Html Css Color HEX #D67767 Terra Cotta

📋 copy color: '#D67767'

red 214 ◦ green 119 ◦ blue 103

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

Shades of Terra Cotta #D67767

Tints of Terra Cotta #D67767

RGB

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

 GREEN value IS 119 (46.88% from 255) = 27.29%

 BLUE value IS 103 (40.63% from 255) = 23.62%

R = 49.08%
G = 27.29%
B = 23.62%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.52

 K value IS 0.16

RGB Variations

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

Color information

#D67767 (or 0xD67767) is known color: Terra Cotta. HEX triplet: D6, 77 and 67. RGB value is (214,119,103). Sum of RGB (Red+Green+Blue) = 214+119+103=436 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.08% from 436); Green value is 119 (46.88% from 255 or 27.29% from 436); Blue value is 103 (40.62% from 255 or 23.62% from 436); Max value from RGB is 214 - color contains mainly: red. Hex color #D67767 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D67767 is #298898. Grayscale: #919191. Windows color (decimal): -2721945 or 6780886. OLE color: 6780886.

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

Color convert

RGB 214 119 103 -
CMYK 0 0.44 0.52 0.16
HSL 8.65º 0.58% 0.62% -
HSV(B) 8.65º 0.52% 0.84% -
XYZ 36.78 28.47 16.39 -
YUV 145.58 103.97 176.8 -
System Red Green Blue C M Y K H S L
Decimal 214 119 103 0 0.44 0.52 0.16 8.65 0.58 0.62
Hex D6 77 67 0 2C 34 10 9 3A 3E
Octal 326 167 147 0 54 64 20 11 72 76
Binary 11010110 1110111 1100111 0 101100 110100 10000 1001 111010 111110

Color Harmonies of #D67767

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67767

Black with #D67767

Text Example


Text Example

White with #D67767

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67767; }

 p { color: rgb(214,119,103); }

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

background-color css

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

 a { background-color: rgb(214,119,103); }

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

border-color css

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

 span { border-color: rgb(214,119,103); }

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