Html Css Color HEX #D67667 Terra Cotta

📋 copy color: '#D67667'

red 214 ◦ green 118 ◦ blue 103

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

Shades of Terra Cotta #D67667

Tints of Terra Cotta #D67667

RGB

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

 GREEN value IS 118 (46.48% from 255) = 27.13%

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

R = 49.2%
G = 27.13%
B = 23.68%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.52

 K value IS 0.16

RGB Variations

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

Color information

#D67667 (or 0xD67667) is known color: Terra Cotta. HEX triplet: D6, 76 and 67. RGB value is (214,118,103). Sum of RGB (Red+Green+Blue) = 214+118+103=435 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.20% from 435); Green value is 118 (46.48% from 255 or 27.13% from 435); Blue value is 103 (40.62% from 255 or 23.68% from 435); Max value from RGB is 214 - color contains mainly: red. Hex color #D67667 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D67667 is #298998. Grayscale: #919191. Windows color (decimal): -2722201 or 6780630. OLE color: 6780630.

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

Color convert

RGB 214 118 103 -
CMYK 0 0.45 0.52 0.16
HSL 8.11º 0.58% 0.62% -
HSV(B) 8.11º 0.52% 0.84% -
XYZ 36.66 28.23 16.35 -
YUV 144.99 104.3 177.22 -
System Red Green Blue C M Y K H S L
Decimal 214 118 103 0 0.45 0.52 0.16 8.11 0.58 0.62
Hex D6 76 67 0 2D 34 10 8 3A 3E
Octal 326 166 147 0 55 64 20 10 72 76
Binary 11010110 1110110 1100111 0 101101 110100 10000 1000 111010 111110

Color Harmonies of #D67667

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67667

Black with #D67667

Text Example


Text Example

White with #D67667

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67667; }

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

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

background-color css

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

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

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

border-color css

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

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

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