Html Css Color HEX #D77269 Terra Cotta

📋 copy color: '#D77269'

red 215 ◦ green 114 ◦ blue 105

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

Shades of Terra Cotta #D77269

Tints of Terra Cotta #D77269

RGB

 RED value IS 215 (84.38% from 255) = 49.54%

 GREEN value IS 114 (44.92% from 255) = 26.27%

 BLUE value IS 105 (41.41% from 255) = 24.19%

R = 49.54%
G = 26.27%
B = 24.19%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.51

 K value IS 0.16

RGB Variations

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

Color information

#D77269 (or 0xD77269) is known color: Terra Cotta. HEX triplet: D7, 72 and 69. RGB value is (215,114,105). Sum of RGB (Red+Green+Blue) = 215+114+105=434 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.54% from 434); Green value is 114 (44.92% from 255 or 26.27% from 434); Blue value is 105 (41.41% from 255 or 24.19% from 434); Max value from RGB is 215 - color contains mainly: red. Hex color #D77269 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D77269 is #288D96. Grayscale: #8F8F8F. Windows color (decimal): -2657687 or 6910679. OLE color: 6910679.

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

Color convert

RGB 215 114 105 -
CMYK 0 0.47 0.51 0.16
HSL 4.91º 0.58% 0.63% -
HSV(B) 4.91º 0.51% 0.84% -
XYZ 36.59 27.5 16.74 -
YUV 143.17 106.46 179.23 -
System Red Green Blue C M Y K H S L
Decimal 215 114 105 0 0.47 0.51 0.16 4.91 0.58 0.63
Hex D7 72 69 0 2F 33 10 5 3A 3F
Octal 327 162 151 0 57 63 20 5 72 77
Binary 11010111 1110010 1101001 0 101111 110011 10000 101 111010 111111

Color Harmonies of #D77269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77269

Black with #D77269

Text Example


Text Example

White with #D77269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77269; }

 p { color: rgb(215,114,105); }

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

background-color css

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

 a { background-color: rgb(215,114,105); }

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

border-color css

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

 span { border-color: rgb(215,114,105); }

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