Html Css Color HEX #D96E53 Terra Cotta

📋 copy color: '#D96E53'

red 217 ◦ green 110 ◦ blue 83

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

Shades of Terra Cotta #D96E53

Tints of Terra Cotta #D96E53

RGB

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

 GREEN value IS 110 (43.36% from 255) = 26.83%

 BLUE value IS 83 (32.81% from 255) = 20.24%

R = 52.93%
G = 26.83%
B = 20.24%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.62

 K value IS 0.15

RGB Variations

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

Color information

#D96E53 (or 0xD96E53) is known color: Terra Cotta. HEX triplet: D9, 6E and 53. RGB value is (217,110,83). Sum of RGB (Red+Green+Blue) = 217+110+83=410 (54% of max value = 765). Red value is 217 (85.16% from 255 or 52.93% from 410); Green value is 110 (43.36% from 255 or 26.83% from 410); Blue value is 83 (32.81% from 255 or 20.24% from 410); Max value from RGB is 217 - color contains mainly: red. Hex color #D96E53 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D96E53 is #2691AC. Grayscale: #8B8B8B. Windows color (decimal): -2527661 or 5467865. OLE color: 5467865.

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

Color convert

RGB 217 110 83 -
CMYK 0 0.49 0.62 0.15
HSL 12.09º 0.64% 0.59% -
HSV(B) 12.09º 0.62% 0.85% -
XYZ 35.75 26.53 11.42 -
YUV 138.92 96.45 183.7 -
System Red Green Blue C M Y K H S L
Decimal 217 110 83 0 0.49 0.62 0.15 12.09 0.64 0.59
Hex D9 6E 53 0 31 3E F C 40 3B
Octal 331 156 123 0 61 76 17 14 100 73
Binary 11011001 1101110 1010011 0 110001 111110 1111 1100 1000000 111011

Color Harmonies of #D96E53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96E53

Black with #D96E53

Text Example


Text Example

White with #D96E53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96E53; }

 p { color: rgb(217,110,83); }

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

background-color css

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

 a { background-color: rgb(217,110,83); }

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

border-color css

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

 span { border-color: rgb(217,110,83); }

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