Html Css Color HEX #DC765A Terra Cotta

📋 copy color: '#DC765A'

red 220 ◦ green 118 ◦ blue 90

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

Shades of Terra Cotta #DC765A

Tints of Terra Cotta #DC765A

RGB

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

 GREEN value IS 118 (46.48% from 255) = 27.57%

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

R = 51.4%
G = 27.57%
B = 21.03%

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

#DC765A (or 0xDC765A) is known color: Terra Cotta. HEX triplet: DC, 76 and 5A. RGB value is (220,118,90). Sum of RGB (Red+Green+Blue) = 220+118+90=428 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.40% from 428); Green value is 118 (46.48% from 255 or 27.57% from 428); Blue value is 90 (35.55% from 255 or 21.03% from 428); Max value from RGB is 220 - color contains mainly: red. Hex color #DC765A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC765A is #2389A5. Grayscale: #919191. Windows color (decimal): -2328998 or 5928668. OLE color: 5928668.

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

Color convert

RGB 220 118 90 -
CMYK 0 0.46 0.59 0.14
HSL 12.92º 0.65% 0.61% -
HSV(B) 12.92º 0.59% 0.86% -
XYZ 37.84 28.91 13.26 -
YUV 145.31 96.79 181.28 -
System Red Green Blue C M Y K H S L
Decimal 220 118 90 0 0.46 0.59 0.14 12.92 0.65 0.61
Hex DC 76 5A 0 2E 3B E D 41 3D
Octal 334 166 132 0 56 73 16 15 101 75
Binary 11011100 1110110 1011010 0 101110 111011 1110 1101 1000001 111101

Color Harmonies of #DC765A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC765A

Black with #DC765A

Text Example


Text Example

White with #DC765A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC765A; }

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

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

background-color css

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

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

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

border-color css

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

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

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