Html Css Color HEX #DF7655 Terra Cotta

📋 copy color: '#DF7655'

red 223 ◦ green 118 ◦ blue 85

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

Shades of Terra Cotta #DF7655

Tints of Terra Cotta #DF7655

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 19.95%

R = 52.35%
G = 27.7%
B = 19.95%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.62

 K value IS 0.13

RGB Variations

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

Color information

#DF7655 (or 0xDF7655) is known color: Terra Cotta. HEX triplet: DF, 76 and 55. RGB value is (223,118,85). Sum of RGB (Red+Green+Blue) = 223+118+85=426 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.35% from 426); Green value is 118 (46.48% from 255 or 27.70% from 426); Blue value is 85 (33.59% from 255 or 19.95% from 426); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7655 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF7655 is #2089AA. Grayscale: #919191. Windows color (decimal): -2132395 or 5600991. OLE color: 5600991.

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

Color convert

RGB 223 118 85 -
CMYK 0 0.47 0.62 0.13
HSL 14.35º 0.68% 0.6% -
HSV(B) 14.35º 0.62% 0.87% -
XYZ 38.55 29.3 12.22 -
YUV 145.63 93.79 183.18 -
System Red Green Blue C M Y K H S L
Decimal 223 118 85 0 0.47 0.62 0.13 14.35 0.68 0.6
Hex DF 76 55 0 2F 3E D E 44 3C
Octal 337 166 125 0 57 76 15 16 104 74
Binary 11011111 1110110 1010101 0 101111 111110 1101 1110 1000100 111100

Color Harmonies of #DF7655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF7655

Black with #DF7655

Text Example


Text Example

White with #DF7655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF7655; }

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

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

background-color css

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

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

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

border-color css

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

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

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