Html Css Color HEX #DF785A Terra Cotta

📋 copy color: '#DF785A'

red 223 ◦ green 120 ◦ blue 90

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

Shades of Terra Cotta #DF785A

Tints of Terra Cotta #DF785A

RGB

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

 GREEN value IS 120 (47.27% from 255) = 27.71%

 BLUE value IS 90 (35.55% from 255) = 20.79%

R = 51.5%
G = 27.71%
B = 20.79%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.60

 K value IS 0.13

RGB Variations

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

Color information

#DF785A (or 0xDF785A) is known color: Terra Cotta. HEX triplet: DF, 78 and 5A. RGB value is (223,120,90). Sum of RGB (Red+Green+Blue) = 223+120+90=433 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.50% from 433); Green value is 120 (47.27% from 255 or 27.71% from 433); Blue value is 90 (35.55% from 255 or 20.79% from 433); Max value from RGB is 223 - color contains mainly: red. Hex color #DF785A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF785A is #2087A5. Grayscale: #939393. Windows color (decimal): -2131878 or 5929183. OLE color: 5929183.

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

Color convert

RGB 223 120 90 -
CMYK 0 0.46 0.60 0.13
HSL 13.53º 0.68% 0.61% -
HSV(B) 13.53º 0.6% 0.87% -
XYZ 38.99 29.86 13.38 -
YUV 147.38 95.62 181.94 -
System Red Green Blue C M Y K H S L
Decimal 223 120 90 0 0.46 0.60 0.13 13.53 0.68 0.61
Hex DF 78 5A 0 2E 3C D E 44 3D
Octal 337 170 132 0 56 74 15 16 104 75
Binary 11011111 1111000 1011010 0 101110 111100 1101 1110 1000100 111101

Color Harmonies of #DF785A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF785A

Black with #DF785A

Text Example


Text Example

White with #DF785A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF785A; }

 p { color: rgb(223,120,90); }

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

background-color css

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

 a { background-color: rgb(223,120,90); }

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

border-color css

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

 span { border-color: rgb(223,120,90); }

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