Html Css Color HEX #D9755B Terra Cotta

📋 copy color: '#D9755B'

red 217 ◦ green 117 ◦ blue 91

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

Shades of Terra Cotta #D9755B

Tints of Terra Cotta #D9755B

RGB

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

 GREEN value IS 117 (46.09% from 255) = 27.53%

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

R = 51.06%
G = 27.53%
B = 21.41%

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

#D9755B (or 0xD9755B) is known color: Terra Cotta. HEX triplet: D9, 75 and 5B. RGB value is (217,117,91). Sum of RGB (Red+Green+Blue) = 217+117+91=425 (56% of max value = 765). Red value is 217 (85.16% from 255 or 51.06% from 425); Green value is 117 (46.09% from 255 or 27.53% from 425); Blue value is 91 (35.94% from 255 or 21.41% from 425); Max value from RGB is 217 - color contains mainly: red. Hex color #D9755B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D9755B is #268AA4. Grayscale: #909090. Windows color (decimal): -2525861 or 5993945. OLE color: 5993945.

HSL color Cylindrical-coordinate representation of color #D9755B: hue angle of 12.38º 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 #D9755B is Cyan = 0, Magento = 0.46, Yellow = 0.58 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 117 91 -
CMYK 0 0.46 0.58 0.15
HSL 12.38º 0.62% 0.6% -
HSV(B) 12.38º 0.58% 0.85% -
XYZ 36.86 28.23 13.4 -
YUV 143.94 98.13 180.11 -
System Red Green Blue C M Y K H S L
Decimal 217 117 91 0 0.46 0.58 0.15 12.38 0.62 0.6
Hex D9 75 5B 0 2E 3A F C 3E 3C
Octal 331 165 133 0 56 72 17 14 76 74
Binary 11011001 1110101 1011011 0 101110 111010 1111 1100 111110 111100

Color Harmonies of #D9755B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9755B

Black with #D9755B

Text Example


Text Example

White with #D9755B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9755B; }

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

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

background-color css

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

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

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

border-color css

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

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

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