Html Css Color HEX #DB8A62 Copper

📋 copy color: '#DB8A62'

red 219 ◦ green 138 ◦ blue 98

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

Shades of Copper #DB8A62

Tints of Copper #DB8A62

RGB

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

 GREEN value IS 138 (54.3% from 255) = 30.33%

 BLUE value IS 98 (38.67% from 255) = 21.54%

R = 48.13%
G = 30.33%
B = 21.54%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.55

 K value IS 0.14

RGB Variations

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

Color information

#DB8A62 (or 0xDB8A62) is known color: Copper. HEX triplet: DB, 8A and 62. RGB value is (219,138,98). Sum of RGB (Red+Green+Blue) = 219+138+98=455 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.13% from 455); Green value is 138 (54.30% from 255 or 30.33% from 455); Blue value is 98 (38.67% from 255 or 21.54% from 455); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8A62 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB8A62 is #24759D. Grayscale: #9D9D9D. Windows color (decimal): -2389406 or 6458075. OLE color: 6458075.

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

Color convert

RGB 219 138 98 -
CMYK 0 0.37 0.55 0.14
HSL 19.83º 0.63% 0.62% -
HSV(B) 19.83º 0.55% 0.86% -
XYZ 40.51 34.12 16.01 -
YUV 157.66 94.34 171.75 -
System Red Green Blue C M Y K H S L
Decimal 219 138 98 0 0.37 0.55 0.14 19.83 0.63 0.62
Hex DB 8A 62 0 25 37 E 14 3F 3E
Octal 333 212 142 0 45 67 16 24 77 76
Binary 11011011 10001010 1100010 0 100101 110111 1110 10100 111111 111110

Color Harmonies of #DB8A62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8A62

Black with #DB8A62

Text Example


Text Example

White with #DB8A62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8A62; }

 p { color: rgb(219,138,98); }

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

background-color css

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

 a { background-color: rgb(219,138,98); }

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

border-color css

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

 span { border-color: rgb(219,138,98); }

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