Html Css Color HEX #D96F54 Terra Cotta

📋 copy color: '#D96F54'

red 217 ◦ green 111 ◦ blue 84

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

Shades of Terra Cotta #D96F54

Tints of Terra Cotta #D96F54

RGB

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

 GREEN value IS 111 (43.75% from 255) = 26.94%

 BLUE value IS 84 (33.2% from 255) = 20.39%

R = 52.67%
G = 26.94%
B = 20.39%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.61

 K value IS 0.15

RGB Variations

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

Color information

#D96F54 (or 0xD96F54) is known color: Terra Cotta. HEX triplet: D9, 6F and 54. RGB value is (217,111,84). Sum of RGB (Red+Green+Blue) = 217+111+84=412 (54% of max value = 765). Red value is 217 (85.16% from 255 or 52.67% from 412); Green value is 111 (43.75% from 255 or 26.94% from 412); Blue value is 84 (33.20% from 255 or 20.39% from 412); Max value from RGB is 217 - color contains mainly: red. Hex color #D96F54 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D96F54 is #2690AB. Grayscale: #8B8B8B. Windows color (decimal): -2527404 or 5533657. OLE color: 5533657.

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

Color convert

RGB 217 111 84 -
CMYK 0 0.49 0.61 0.15
HSL 12.18º 0.64% 0.59% -
HSV(B) 12.18º 0.61% 0.85% -
XYZ 35.9 26.76 11.66 -
YUV 139.62 96.62 183.2 -
System Red Green Blue C M Y K H S L
Decimal 217 111 84 0 0.49 0.61 0.15 12.18 0.64 0.59
Hex D9 6F 54 0 31 3D F C 40 3B
Octal 331 157 124 0 61 75 17 14 100 73
Binary 11011001 1101111 1010100 0 110001 111101 1111 1100 1000000 111011

Color Harmonies of #D96F54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96F54

Black with #D96F54

Text Example


Text Example

White with #D96F54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96F54; }

 p { color: rgb(217,111,84); }

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

background-color css

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

 a { background-color: rgb(217,111,84); }

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

border-color css

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

 span { border-color: rgb(217,111,84); }

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