Html Css Color HEX #DB885C Copper

📋 copy color: '#DB885C'

red 219 ◦ green 136 ◦ blue 92

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

Shades of Copper #DB885C

Tints of Copper #DB885C

RGB

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

 GREEN value IS 136 (53.52% from 255) = 30.43%

 BLUE value IS 92 (36.33% from 255) = 20.58%

R = 48.99%
G = 30.43%
B = 20.58%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.58

 K value IS 0.14

RGB Variations

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

Color information

#DB885C (or 0xDB885C) is known color: Copper. HEX triplet: DB, 88 and 5C. RGB value is (219,136,92). Sum of RGB (Red+Green+Blue) = 219+136+92=447 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.99% from 447); Green value is 136 (53.52% from 255 or 30.43% from 447); Blue value is 92 (36.33% from 255 or 20.58% from 447); Max value from RGB is 219 - color contains mainly: red. Hex color #DB885C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB885C is #2477A3. Grayscale: #9C9C9C. Windows color (decimal): -2389924 or 6064347. OLE color: 6064347.

HSL color Cylindrical-coordinate representation of color #DB885C: hue angle of 20.79º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DB885C is Cyan = 0, Magento = 0.38, Yellow = 0.58 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 136 92 -
CMYK 0 0.38 0.58 0.14
HSL 20.79º 0.64% 0.61% -
HSV(B) 20.79º 0.58% 0.86% -
XYZ 39.95 33.44 14.47 -
YUV 155.8 92 173.08 -
System Red Green Blue C M Y K H S L
Decimal 219 136 92 0 0.38 0.58 0.14 20.79 0.64 0.61
Hex DB 88 5C 0 26 3A E 15 40 3D
Octal 333 210 134 0 46 72 16 25 100 75
Binary 11011011 10001000 1011100 0 100110 111010 1110 10101 1000000 111101

Color Harmonies of #DB885C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB885C

Black with #DB885C

Text Example


Text Example

White with #DB885C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB885C; }

 p { color: rgb(219,136,92); }

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

background-color css

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

 a { background-color: rgb(219,136,92); }

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

border-color css

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

 span { border-color: rgb(219,136,92); }

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