Html Css Color HEX #DB9F5E Porsche

📋 copy color: '#DB9F5E'

red 219 ◦ green 159 ◦ blue 94

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

Shades of Porsche #DB9F5E

Tints of Porsche #DB9F5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 19.92%

R = 46.4%
G = 33.69%
B = 19.92%

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

#DB9F5E (or 0xDB9F5E) is known color: Porsche. HEX triplet: DB, 9F and 5E. RGB value is (219,159,94). Sum of RGB (Red+Green+Blue) = 219+159+94=472 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.40% from 472); Green value is 159 (62.5% from 255 or 33.69% from 472); Blue value is 94 (37.11% from 255 or 19.92% from 472); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9F5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB9F5E is #2460A1. Grayscale: #A9A9A9. Windows color (decimal): -2384034 or 6201307. OLE color: 6201307.

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

Color convert

RGB 219 159 94 -
CMYK 0 0.27 0.57 0.14
HSL 31.2º 0.63% 0.61% -
HSV(B) 31.2º 0.57% 0.86% -
XYZ 43.63 40.66 16.14 -
YUV 169.53 85.38 163.29 -
System Red Green Blue C M Y K H S L
Decimal 219 159 94 0 0.27 0.57 0.14 31.2 0.63 0.61
Hex DB 9F 5E 0 1B 39 E 1F 3F 3D
Octal 333 237 136 0 33 71 16 37 77 75
Binary 11011011 10011111 1011110 0 11011 111001 1110 11111 111111 111101

Color Harmonies of #DB9F5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9F5E

Black with #DB9F5E

Text Example


Text Example

White with #DB9F5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9F5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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