Html Css Color HEX #D9765C Terra Cotta

📋 copy color: '#D9765C'

red 217 ◦ green 118 ◦ blue 92

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

Shades of Terra Cotta #D9765C

Tints of Terra Cotta #D9765C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 21.55%

R = 50.82%
G = 27.63%
B = 21.55%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.58

 K value IS 0.15

RGB Variations

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

Color information

#D9765C (or 0xD9765C) is known color: Terra Cotta. HEX triplet: D9, 76 and 5C. RGB value is (217,118,92). Sum of RGB (Red+Green+Blue) = 217+118+92=427 (56% of max value = 765). Red value is 217 (85.16% from 255 or 50.82% from 427); Green value is 118 (46.48% from 255 or 27.63% from 427); Blue value is 92 (36.33% from 255 or 21.55% from 427); Max value from RGB is 217 - color contains mainly: red. Hex color #D9765C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D9765C is #2689A3. Grayscale: #909090. Windows color (decimal): -2525604 or 6059737. OLE color: 6059737.

HSL color Cylindrical-coordinate representation of color #D9765C: hue angle of 12.48º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D9765C is Cyan = 0, Magento = 0.46, Yellow = 0.58 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 118 92 -
CMYK 0 0.46 0.58 0.15
HSL 12.48º 0.62% 0.61% -
HSV(B) 12.48º 0.58% 0.85% -
XYZ 37.03 28.48 13.67 -
YUV 144.64 98.3 179.61 -
System Red Green Blue C M Y K H S L
Decimal 217 118 92 0 0.46 0.58 0.15 12.48 0.62 0.61
Hex D9 76 5C 0 2E 3A F C 3E 3D
Octal 331 166 134 0 56 72 17 14 76 75
Binary 11011001 1110110 1011100 0 101110 111010 1111 1100 111110 111101

Color Harmonies of #D9765C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9765C

Black with #D9765C

Text Example


Text Example

White with #D9765C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9765C; }

 p { color: rgb(217,118,92); }

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

background-color css

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

 a { background-color: rgb(217,118,92); }

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

border-color css

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

 span { border-color: rgb(217,118,92); }

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