Html Css Color HEX #DB7652 Terra Cotta

📋 copy color: '#DB7652'

red 219 ◦ green 118 ◦ blue 82

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

Shades of Terra Cotta #DB7652

Tints of Terra Cotta #DB7652

RGB

 RED value IS 219 (85.94% from 255) = 52.27%

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

 BLUE value IS 82 (32.42% from 255) = 19.57%

R = 52.27%
G = 28.16%
B = 19.57%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.63

 K value IS 0.14

RGB Variations

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

Color information

#DB7652 (or 0xDB7652) is known color: Terra Cotta. HEX triplet: DB, 76 and 52. RGB value is (219,118,82). Sum of RGB (Red+Green+Blue) = 219+118+82=419 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.27% from 419); Green value is 118 (46.48% from 255 or 28.16% from 419); Blue value is 82 (32.42% from 255 or 19.57% from 419); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7652 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB7652 is #2489AD. Grayscale: #909090. Windows color (decimal): -2394542 or 5404379. OLE color: 5404379.

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

Color convert

RGB 219 118 82 -
CMYK 0 0.46 0.63 0.14
HSL 15.77º 0.66% 0.59% -
HSV(B) 15.77º 0.63% 0.86% -
XYZ 37.21 28.63 11.55 -
YUV 144.1 92.96 181.43 -
System Red Green Blue C M Y K H S L
Decimal 219 118 82 0 0.46 0.63 0.14 15.77 0.66 0.59
Hex DB 76 52 0 2E 3F E 10 42 3B
Octal 333 166 122 0 56 77 16 20 102 73
Binary 11011011 1110110 1010010 0 101110 111111 1110 10000 1000010 111011

Color Harmonies of #DB7652

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7652

Black with #DB7652

Text Example


Text Example

White with #DB7652

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7652; }

 p { color: rgb(219,118,82); }

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

background-color css

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

 a { background-color: rgb(219,118,82); }

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

border-color css

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

 span { border-color: rgb(219,118,82); }

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