Html Css Color HEX #DF765E Terra Cotta

📋 copy color: '#DF765E'

red 223 ◦ green 118 ◦ blue 94

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

Shades of Terra Cotta #DF765E

Tints of Terra Cotta #DF765E

RGB

 RED value IS 223 (87.5% from 255) = 51.26%

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

 BLUE value IS 94 (37.11% from 255) = 21.61%

R = 51.26%
G = 27.13%
B = 21.61%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.58

 K value IS 0.13

RGB Variations

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

Color information

#DF765E (or 0xDF765E) is known color: Terra Cotta. HEX triplet: DF, 76 and 5E. RGB value is (223,118,94). Sum of RGB (Red+Green+Blue) = 223+118+94=435 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.26% from 435); Green value is 118 (46.48% from 255 or 27.13% from 435); Blue value is 94 (37.11% from 255 or 21.61% from 435); Max value from RGB is 223 - color contains mainly: red. Hex color #DF765E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF765E is #2089A1. Grayscale: #929292. Windows color (decimal): -2132386 or 6190815. OLE color: 6190815.

HSL color Cylindrical-coordinate representation of color #DF765E: hue angle of 11.16º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DF765E is Cyan = 0, Magento = 0.47, Yellow = 0.58 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 118 94 -
CMYK 0 0.47 0.58 0.13
HSL 11.16º 0.67% 0.62% -
HSV(B) 11.16º 0.58% 0.87% -
XYZ 38.93 29.45 14.22 -
YUV 146.66 98.29 182.45 -
System Red Green Blue C M Y K H S L
Decimal 223 118 94 0 0.47 0.58 0.13 11.16 0.67 0.62
Hex DF 76 5E 0 2F 3A D B 43 3E
Octal 337 166 136 0 57 72 15 13 103 76
Binary 11011111 1110110 1011110 0 101111 111010 1101 1011 1000011 111110

Color Harmonies of #DF765E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF765E

Black with #DF765E

Text Example


Text Example

White with #DF765E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF765E; }

 p { color: rgb(223,118,94); }

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

background-color css

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

 a { background-color: rgb(223,118,94); }

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

border-color css

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

 span { border-color: rgb(223,118,94); }

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