Html Css Color HEX #DB9F5F Porsche

📋 copy color: '#DB9F5F'

red 219 ◦ green 159 ◦ blue 95

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

Shades of Porsche #DB9F5F

Tints of Porsche #DB9F5F

RGB

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

 GREEN value IS 159 (62.5% from 255) = 33.62%

 BLUE value IS 95 (37.5% from 255) = 20.08%

R = 46.3%
G = 33.62%
B = 20.08%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.57

 K value IS 0.14

RGB Variations

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

Color information

#DB9F5F (or 0xDB9F5F) is known color: Porsche. HEX triplet: DB, 9F and 5F. RGB value is (219,159,95). Sum of RGB (Red+Green+Blue) = 219+159+95=473 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.30% from 473); Green value is 159 (62.5% from 255 or 33.62% from 473); Blue value is 95 (37.5% from 255 or 20.08% from 473); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9F5F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB9F5F is #2460A0. Grayscale: #A9A9A9. Windows color (decimal): -2384033 or 6266843. OLE color: 6266843.

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

Color convert

RGB 219 159 95 -
CMYK 0 0.27 0.57 0.14
HSL 30.97º 0.63% 0.62% -
HSV(B) 30.97º 0.57% 0.86% -
XYZ 43.68 40.68 16.38 -
YUV 169.64 85.88 163.2 -
System Red Green Blue C M Y K H S L
Decimal 219 159 95 0 0.27 0.57 0.14 30.97 0.63 0.62
Hex DB 9F 5F 0 1B 39 E 1F 3F 3E
Octal 333 237 137 0 33 71 16 37 77 76
Binary 11011011 10011111 1011111 0 11011 111001 1110 11111 111111 111110

Color Harmonies of #DB9F5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9F5F

Black with #DB9F5F

Text Example


Text Example

White with #DB9F5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9F5F; }

 p { color: rgb(219,159,95); }

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

background-color css

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

 a { background-color: rgb(219,159,95); }

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

border-color css

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

 span { border-color: rgb(219,159,95); }

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