Html Css Color HEX #DC7B5A Terra Cotta

📋 copy color: '#DC7B5A'

red 220 ◦ green 123 ◦ blue 90

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

Shades of Terra Cotta #DC7B5A

Tints of Terra Cotta #DC7B5A

RGB

 RED value IS 220 (86.33% from 255) = 50.81%

 GREEN value IS 123 (48.44% from 255) = 28.41%

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

R = 50.81%
G = 28.41%
B = 20.79%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.59

 K value IS 0.14

RGB Variations

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

Color information

#DC7B5A (or 0xDC7B5A) is known color: Terra Cotta. HEX triplet: DC, 7B and 5A. RGB value is (220,123,90). Sum of RGB (Red+Green+Blue) = 220+123+90=433 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.81% from 433); Green value is 123 (48.44% from 255 or 28.41% from 433); Blue value is 90 (35.55% from 255 or 20.79% from 433); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7B5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC7B5A is #2384A5. Grayscale: #949494. Windows color (decimal): -2327718 or 5929948. OLE color: 5929948.

HSL color Cylindrical-coordinate representation of color #DC7B5A: hue angle of 15.23º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DC7B5A is Cyan = 0, Magento = 0.44, Yellow = 0.59 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 123 90 -
CMYK 0 0.44 0.59 0.14
HSL 15.23º 0.65% 0.61% -
HSV(B) 15.23º 0.59% 0.86% -
XYZ 38.44 30.12 13.46 -
YUV 148.24 95.14 179.18 -
System Red Green Blue C M Y K H S L
Decimal 220 123 90 0 0.44 0.59 0.14 15.23 0.65 0.61
Hex DC 7B 5A 0 2C 3B E F 41 3D
Octal 334 173 132 0 54 73 16 17 101 75
Binary 11011100 1111011 1011010 0 101100 111011 1110 1111 1000001 111101

Color Harmonies of #DC7B5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7B5A

Black with #DC7B5A

Text Example


Text Example

White with #DC7B5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7B5A; }

 p { color: rgb(220,123,90); }

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

background-color css

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

 a { background-color: rgb(220,123,90); }

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

border-color css

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

 span { border-color: rgb(220,123,90); }

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