Html Css Color HEX #D9785A Terra Cotta

📋 copy color: '#D9785A'

red 217 ◦ green 120 ◦ blue 90

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

Shades of Terra Cotta #D9785A

Tints of Terra Cotta #D9785A

RGB

 RED value IS 217 (85.16% from 255) = 50.82%

 GREEN value IS 120 (47.27% from 255) = 28.1%

 BLUE value IS 90 (35.55% from 255) = 21.08%

R = 50.82%
G = 28.1%
B = 21.08%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.59

 K value IS 0.15

RGB Variations

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

Color information

#D9785A (or 0xD9785A) is known color: Terra Cotta. HEX triplet: D9, 78 and 5A. RGB value is (217,120,90). Sum of RGB (Red+Green+Blue) = 217+120+90=427 (56% of max value = 765). Red value is 217 (85.16% from 255 or 50.82% from 427); Green value is 120 (47.27% from 255 or 28.10% from 427); Blue value is 90 (35.55% from 255 or 21.08% from 427); Max value from RGB is 217 - color contains mainly: red. Hex color #D9785A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D9785A is #2687A5. Grayscale: #919191. Windows color (decimal): -2525094 or 5929177. OLE color: 5929177.

HSL color Cylindrical-coordinate representation of color #D9785A: hue angle of 14.17º degrees, saturation: 0.63, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D9785A is Cyan = 0, Magento = 0.45, Yellow = 0.59 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 120 90 -
CMYK 0 0.45 0.59 0.15
HSL 14.17º 0.63% 0.6% -
HSV(B) 14.17º 0.59% 0.85% -
XYZ 37.18 28.92 13.3 -
YUV 145.58 96.64 178.94 -
System Red Green Blue C M Y K H S L
Decimal 217 120 90 0 0.45 0.59 0.15 14.17 0.63 0.6
Hex D9 78 5A 0 2D 3B F E 3F 3C
Octal 331 170 132 0 55 73 17 16 77 74
Binary 11011001 1111000 1011010 0 101101 111011 1111 1110 111111 111100

Color Harmonies of #D9785A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9785A

Black with #D9785A

Text Example


Text Example

White with #D9785A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9785A; }

 p { color: rgb(217,120,90); }

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

background-color css

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

 a { background-color: rgb(217,120,90); }

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

border-color css

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

 span { border-color: rgb(217,120,90); }

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