Html Css Color HEX #DB9863 Porsche

📋 copy color: '#DB9863'

red 219 ◦ green 152 ◦ blue 99

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

Shades of Porsche #DB9863

Tints of Porsche #DB9863

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 21.06%

R = 46.6%
G = 32.34%
B = 21.06%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.55

 K value IS 0.14

RGB Variations

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

Color information

#DB9863 (or 0xDB9863) is known color: Porsche. HEX triplet: DB, 98 and 63. RGB value is (219,152,99). Sum of RGB (Red+Green+Blue) = 219+152+99=470 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.60% from 470); Green value is 152 (59.77% from 255 or 32.34% from 470); Blue value is 99 (39.06% from 255 or 21.06% from 470); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9863 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB9863 is #24679C. Grayscale: #A6A6A6. Windows color (decimal): -2385821 or 6527195. OLE color: 6527195.

HSL color Cylindrical-coordinate representation of color #DB9863: hue angle of 26.5º degrees, saturation: 0.62, 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 #DB9863 is Cyan = 0, Magento = 0.31, Yellow = 0.55 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 152 99 -
CMYK 0 0.31 0.55 0.14
HSL 26.5º 0.63% 0.62% -
HSV(B) 26.5º 0.55% 0.86% -
XYZ 42.69 38.42 16.97 -
YUV 165.99 90.2 165.81 -
System Red Green Blue C M Y K H S L
Decimal 219 152 99 0 0.31 0.55 0.14 26.5 0.63 0.62
Hex DB 98 63 0 1F 37 E 1A 3E 3E
Octal 333 230 143 0 37 67 16 32 76 76
Binary 11011011 10011000 1100011 0 11111 110111 1110 11010 111110 111110

Color Harmonies of #DB9863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9863

Black with #DB9863

Text Example


Text Example

White with #DB9863

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9863; }

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

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

background-color css

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

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

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

border-color css

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

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

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