Html Css Color HEX #D9765B Terra Cotta

📋 copy color: '#D9765B'

red 217 ◦ green 118 ◦ blue 91

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

Shades of Terra Cotta #D9765B

Tints of Terra Cotta #D9765B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 21.36%

R = 50.94%
G = 27.7%
B = 21.36%

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

#D9765B (or 0xD9765B) is known color: Terra Cotta. HEX triplet: D9, 76 and 5B. RGB value is (217,118,91). Sum of RGB (Red+Green+Blue) = 217+118+91=426 (56% of max value = 765). Red value is 217 (85.16% from 255 or 50.94% from 426); Green value is 118 (46.48% from 255 or 27.70% from 426); Blue value is 91 (35.94% from 255 or 21.36% from 426); Max value from RGB is 217 - color contains mainly: red. Hex color #D9765B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D9765B is #2689A4. Grayscale: #909090. Windows color (decimal): -2525605 or 5994201. OLE color: 5994201.

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

Color convert

RGB 217 118 91 -
CMYK 0 0.46 0.58 0.15
HSL 12.86º 0.62% 0.6% -
HSV(B) 12.86º 0.58% 0.85% -
XYZ 36.98 28.46 13.44 -
YUV 144.52 97.8 179.7 -
System Red Green Blue C M Y K H S L
Decimal 217 118 91 0 0.46 0.58 0.15 12.86 0.62 0.6
Hex D9 76 5B 0 2E 3A F D 3E 3C
Octal 331 166 133 0 56 72 17 15 76 74
Binary 11011001 1110110 1011011 0 101110 111010 1111 1101 111110 111100

Color Harmonies of #D9765B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9765B

Black with #D9765B

Text Example


Text Example

White with #D9765B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9765B; }

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

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

background-color css

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

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

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

border-color css

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

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

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