Html Css Color HEX #DF725A Terra Cotta

📋 copy color: '#DF725A'

red 223 ◦ green 114 ◦ blue 90

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

Shades of Terra Cotta #DF725A

Tints of Terra Cotta #DF725A

RGB

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

 GREEN value IS 114 (44.92% from 255) = 26.7%

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

R = 52.22%
G = 26.7%
B = 21.08%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.60

 K value IS 0.13

RGB Variations

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

Color information

#DF725A (or 0xDF725A) is known color: Terra Cotta. HEX triplet: DF, 72 and 5A. RGB value is (223,114,90). Sum of RGB (Red+Green+Blue) = 223+114+90=427 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.22% from 427); Green value is 114 (44.92% from 255 or 26.70% from 427); Blue value is 90 (35.55% from 255 or 21.08% from 427); Max value from RGB is 223 - color contains mainly: red. Hex color #DF725A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF725A is #208DA5. Grayscale: #909090. Windows color (decimal): -2133414 or 5927647. OLE color: 5927647.

HSL color Cylindrical-coordinate representation of color #DF725A: hue angle of 10.83º 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 #DF725A is Cyan = 0, Magento = 0.49, Yellow = 0.60 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 114 90 -
CMYK 0 0.49 0.60 0.13
HSL 10.83º 0.68% 0.61% -
HSV(B) 10.83º 0.6% 0.87% -
XYZ 38.29 28.46 13.15 -
YUV 143.86 97.61 184.45 -
System Red Green Blue C M Y K H S L
Decimal 223 114 90 0 0.49 0.60 0.13 10.83 0.68 0.61
Hex DF 72 5A 0 31 3C D B 44 3D
Octal 337 162 132 0 61 74 15 13 104 75
Binary 11011111 1110010 1011010 0 110001 111100 1101 1011 1000100 111101

Color Harmonies of #DF725A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF725A

Black with #DF725A

Text Example


Text Example

White with #DF725A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF725A; }

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

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

background-color css

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

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

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

border-color css

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

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

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