Html Css Color HEX #DF755F Terra Cotta

📋 copy color: '#DF755F'

red 223 ◦ green 117 ◦ blue 95

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

Shades of Terra Cotta #DF755F

Tints of Terra Cotta #DF755F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 21.84%

R = 51.26%
G = 26.9%
B = 21.84%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.57

 K value IS 0.13

RGB Variations

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

Color information

#DF755F (or 0xDF755F) is known color: Terra Cotta. HEX triplet: DF, 75 and 5F. RGB value is (223,117,95). Sum of RGB (Red+Green+Blue) = 223+117+95=435 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.26% from 435); Green value is 117 (46.09% from 255 or 26.90% from 435); Blue value is 95 (37.5% from 255 or 21.84% from 435); Max value from RGB is 223 - color contains mainly: red. Hex color #DF755F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF755F is #208AA0. Grayscale: #929292. Windows color (decimal): -2132641 or 6256095. OLE color: 6256095.

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

Color convert

RGB 223 117 95 -
CMYK 0 0.48 0.57 0.13
HSL 10.31º 0.67% 0.62% -
HSV(B) 10.31º 0.57% 0.87% -
XYZ 38.86 29.24 14.42 -
YUV 146.19 99.12 182.79 -
System Red Green Blue C M Y K H S L
Decimal 223 117 95 0 0.48 0.57 0.13 10.31 0.67 0.62
Hex DF 75 5F 0 30 39 D A 43 3E
Octal 337 165 137 0 60 71 15 12 103 76
Binary 11011111 1110101 1011111 0 110000 111001 1101 1010 1000011 111110

Color Harmonies of #DF755F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF755F

Black with #DF755F

Text Example


Text Example

White with #DF755F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF755F; }

 p { color: rgb(223,117,95); }

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

background-color css

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

 a { background-color: rgb(223,117,95); }

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

border-color css

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

 span { border-color: rgb(223,117,95); }

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