Html Css Color HEX #D67566 Terra Cotta

📋 copy color: '#D67566'

red 214 ◦ green 117 ◦ blue 102

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

Shades of Terra Cotta #D67566

Tints of Terra Cotta #D67566

RGB

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

 GREEN value IS 117 (46.09% from 255) = 27.02%

 BLUE value IS 102 (40.23% from 255) = 23.56%

R = 49.42%
G = 27.02%
B = 23.56%

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

#D67566 (or 0xD67566) is known color: Terra Cotta. HEX triplet: D6, 75 and 66. RGB value is (214,117,102). Sum of RGB (Red+Green+Blue) = 214+117+102=433 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.42% from 433); Green value is 117 (46.09% from 255 or 27.02% from 433); Blue value is 102 (40.23% from 255 or 23.56% from 433); Max value from RGB is 214 - color contains mainly: red. Hex color #D67566 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D67566 is #298A99. Grayscale: #909090. Windows color (decimal): -2722458 or 6714838. OLE color: 6714838.

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

Color convert

RGB 214 117 102 -
CMYK 0 0.45 0.52 0.16
HSL 8.04º 0.58% 0.62% -
HSV(B) 8.04º 0.52% 0.84% -
XYZ 36.49 27.98 16.05 -
YUV 144.29 104.14 177.72 -
System Red Green Blue C M Y K H S L
Decimal 214 117 102 0 0.45 0.52 0.16 8.04 0.58 0.62
Hex D6 75 66 0 2D 34 10 8 3A 3E
Octal 326 165 146 0 55 64 20 10 72 76
Binary 11010110 1110101 1100110 0 101101 110100 10000 1000 111010 111110

Color Harmonies of #D67566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67566

Black with #D67566

Text Example


Text Example

White with #D67566

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67566; }

 p { color: rgb(214,117,102); }

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

background-color css

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

 a { background-color: rgb(214,117,102); }

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

border-color css

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

 span { border-color: rgb(214,117,102); }

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