Html Css Color HEX #DB9859 Porsche

📋 copy color: '#DB9859'

red 219 ◦ green 152 ◦ blue 89

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

Shades of Porsche #DB9859

Tints of Porsche #DB9859

RGB

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

 GREEN value IS 152 (59.77% from 255) = 33.04%

 BLUE value IS 89 (35.16% from 255) = 19.35%

R = 47.61%
G = 33.04%
B = 19.35%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.59

 K value IS 0.14

RGB Variations

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

Color information

#DB9859 (or 0xDB9859) is known color: Porsche. HEX triplet: DB, 98 and 59. RGB value is (219,152,89). Sum of RGB (Red+Green+Blue) = 219+152+89=460 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.61% from 460); Green value is 152 (59.77% from 255 or 33.04% from 460); Blue value is 89 (35.16% from 255 or 19.35% from 460); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9859 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB9859 is #2467A6. Grayscale: #A5A5A5. Windows color (decimal): -2385831 or 5871835. OLE color: 5871835.

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

Color convert

RGB 219 152 89 -
CMYK 0 0.31 0.59 0.14
HSL 29.08º 0.64% 0.6% -
HSV(B) 29.08º 0.59% 0.86% -
XYZ 42.24 38.24 14.61 -
YUV 164.85 85.2 166.62 -
System Red Green Blue C M Y K H S L
Decimal 219 152 89 0 0.31 0.59 0.14 29.08 0.64 0.6
Hex DB 98 59 0 1F 3B E 1D 40 3C
Octal 333 230 131 0 37 73 16 35 100 74
Binary 11011011 10011000 1011001 0 11111 111011 1110 11101 1000000 111100

Color Harmonies of #DB9859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9859

Black with #DB9859

Text Example


Text Example

White with #DB9859

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9859; }

 p { color: rgb(219,152,89); }

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

background-color css

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

 a { background-color: rgb(219,152,89); }

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

border-color css

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

 span { border-color: rgb(219,152,89); }

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