Html Css Color HEX #D66F62 Terra Cotta

📋 copy color: '#D66F62'

red 214 ◦ green 111 ◦ blue 98

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

Shades of Terra Cotta #D66F62

Tints of Terra Cotta #D66F62

RGB

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

 GREEN value IS 111 (43.75% from 255) = 26.24%

 BLUE value IS 98 (38.67% from 255) = 23.17%

R = 50.59%
G = 26.24%
B = 23.17%

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

#D66F62 (or 0xD66F62) is known color: Terra Cotta. HEX triplet: D6, 6F and 62. RGB value is (214,111,98). Sum of RGB (Red+Green+Blue) = 214+111+98=423 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.59% from 423); Green value is 111 (43.75% from 255 or 26.24% from 423); Blue value is 98 (38.67% from 255 or 23.17% from 423); Max value from RGB is 214 - color contains mainly: red. Hex color #D66F62 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D66F62 is #29909D. Grayscale: #8C8C8C. Windows color (decimal): -2723998 or 6451158. OLE color: 6451158.

HSL color Cylindrical-coordinate representation of color #D66F62: hue angle of 6.72º degrees, saturation: 0.59, 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 #D66F62 is Cyan = 0, Magento = 0.48, Yellow = 0.54 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 111 98 -
CMYK 0 0.48 0.54 0.16
HSL 6.72º 0.59% 0.61% -
HSV(B) 6.72º 0.54% 0.84% -
XYZ 35.62 26.55 14.8 -
YUV 140.32 104.12 180.56 -
System Red Green Blue C M Y K H S L
Decimal 214 111 98 0 0.48 0.54 0.16 6.72 0.59 0.61
Hex D6 6F 62 0 30 36 10 7 3B 3D
Octal 326 157 142 0 60 66 20 7 73 75
Binary 11010110 1101111 1100010 0 110000 110110 10000 111 111011 111101

Color Harmonies of #D66F62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66F62

Black with #D66F62

Text Example


Text Example

White with #D66F62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66F62; }

 p { color: rgb(214,111,98); }

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

background-color css

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

 a { background-color: rgb(214,111,98); }

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

border-color css

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

 span { border-color: rgb(214,111,98); }

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