Html Css Color HEX #DC775B Terra Cotta

📋 copy color: '#DC775B'

red 220 ◦ green 119 ◦ blue 91

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

Shades of Terra Cotta #DC775B

Tints of Terra Cotta #DC775B

RGB

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

 GREEN value IS 119 (46.88% from 255) = 27.67%

 BLUE value IS 91 (35.94% from 255) = 21.16%

R = 51.16%
G = 27.67%
B = 21.16%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.59

 K value IS 0.14

RGB Variations

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

Color information

#DC775B (or 0xDC775B) is known color: Terra Cotta. HEX triplet: DC, 77 and 5B. RGB value is (220,119,91). Sum of RGB (Red+Green+Blue) = 220+119+91=430 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.16% from 430); Green value is 119 (46.88% from 255 or 27.67% from 430); Blue value is 91 (35.94% from 255 or 21.16% from 430); Max value from RGB is 220 - color contains mainly: red. Hex color #DC775B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC775B is #2388A4. Grayscale: #929292. Windows color (decimal): -2328741 or 5994460. OLE color: 5994460.

HSL color Cylindrical-coordinate representation of color #DC775B: hue angle of 13.02º 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 #DC775B is Cyan = 0, Magento = 0.46, Yellow = 0.59 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 119 91 -
CMYK 0 0.46 0.59 0.14
HSL 13.02º 0.65% 0.61% -
HSV(B) 13.02º 0.59% 0.86% -
XYZ 38 29.16 13.52 -
YUV 146.01 96.96 180.78 -
System Red Green Blue C M Y K H S L
Decimal 220 119 91 0 0.46 0.59 0.14 13.02 0.65 0.61
Hex DC 77 5B 0 2E 3B E D 41 3D
Octal 334 167 133 0 56 73 16 15 101 75
Binary 11011100 1110111 1011011 0 101110 111011 1110 1101 1000001 111101

Color Harmonies of #DC775B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC775B

Black with #DC775B

Text Example


Text Example

White with #DC775B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC775B; }

 p { color: rgb(220,119,91); }

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

background-color css

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

 a { background-color: rgb(220,119,91); }

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

border-color css

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

 span { border-color: rgb(220,119,91); }

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