Html Css Color HEX #DF7267 Terra Cotta

📋 copy color: '#DF7267'

red 223 ◦ green 114 ◦ blue 103

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

Shades of Terra Cotta #DF7267

Tints of Terra Cotta #DF7267

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 23.41%

R = 50.68%
G = 25.91%
B = 23.41%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.54

 K value IS 0.13

RGB Variations

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

Color information

#DF7267 (or 0xDF7267) is known color: Terra Cotta. HEX triplet: DF, 72 and 67. RGB value is (223,114,103). Sum of RGB (Red+Green+Blue) = 223+114+103=440 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.68% from 440); Green value is 114 (44.92% from 255 or 25.91% from 440); Blue value is 103 (40.62% from 255 or 23.41% from 440); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7267 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF7267 is #208D98. Grayscale: #919191. Windows color (decimal): -2133401 or 6779615. OLE color: 6779615.

HSL color Cylindrical-coordinate representation of color #DF7267: hue angle of 5.5º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DF7267 is Cyan = 0, Magento = 0.49, Yellow = 0.54 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 114 103 -
CMYK 0 0.49 0.54 0.13
HSL 5.5º 0.65% 0.64% -
HSV(B) 5.5º 0.54% 0.87% -
XYZ 38.9 28.7 16.32 -
YUV 145.34 104.11 183.39 -
System Red Green Blue C M Y K H S L
Decimal 223 114 103 0 0.49 0.54 0.13 5.5 0.65 0.64
Hex DF 72 67 0 31 36 D 6 41 40
Octal 337 162 147 0 61 66 15 6 101 100
Binary 11011111 1110010 1100111 0 110001 110110 1101 110 1000001 1000000

Color Harmonies of #DF7267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF7267

Black with #DF7267

Text Example


Text Example

White with #DF7267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF7267; }

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

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

background-color css

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

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

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

border-color css

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

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

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