Html Css Color HEX #DC765B Terra Cotta

📋 copy color: '#DC765B'

red 220 ◦ green 118 ◦ blue 91

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

Shades of Terra Cotta #DC765B

Tints of Terra Cotta #DC765B

RGB

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

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

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

R = 51.28%
G = 27.51%
B = 21.21%

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

#DC765B (or 0xDC765B) is known color: Terra Cotta. HEX triplet: DC, 76 and 5B. RGB value is (220,118,91). Sum of RGB (Red+Green+Blue) = 220+118+91=429 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.28% from 429); Green value is 118 (46.48% from 255 or 27.51% from 429); Blue value is 91 (35.94% from 255 or 21.21% from 429); Max value from RGB is 220 - color contains mainly: red. Hex color #DC765B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC765B is #2389A4. Grayscale: #919191. Windows color (decimal): -2328997 or 5994204. OLE color: 5994204.

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

Color convert

RGB 220 118 91 -
CMYK 0 0.46 0.59 0.14
HSL 12.56º 0.65% 0.61% -
HSV(B) 12.56º 0.59% 0.86% -
XYZ 37.88 28.93 13.48 -
YUV 145.42 97.29 181.2 -
System Red Green Blue C M Y K H S L
Decimal 220 118 91 0 0.46 0.59 0.14 12.56 0.65 0.61
Hex DC 76 5B 0 2E 3B E D 41 3D
Octal 334 166 133 0 56 73 16 15 101 75
Binary 11011100 1110110 1011011 0 101110 111011 1110 1101 1000001 111101

Color Harmonies of #DC765B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC765B

Black with #DC765B

Text Example


Text Example

White with #DC765B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC765B; }

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

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

background-color css

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

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

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

border-color css

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

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

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