Html Css Color HEX #DB9F4F Porsche

📋 copy color: '#DB9F4F'

red 219 ◦ green 159 ◦ blue 79

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

Shades of Porsche #DB9F4F

Tints of Porsche #DB9F4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 17.29%

R = 47.92%
G = 34.79%
B = 17.29%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.64

 K value IS 0.14

RGB Variations

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

Color information

#DB9F4F (or 0xDB9F4F) is known color: Porsche. HEX triplet: DB, 9F and 4F. RGB value is (219,159,79). Sum of RGB (Red+Green+Blue) = 219+159+79=457 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.92% from 457); Green value is 159 (62.5% from 255 or 34.79% from 457); Blue value is 79 (31.25% from 255 or 17.29% from 457); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9F4F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB9F4F is #2460B0. Grayscale: #A8A8A8. Windows color (decimal): -2384049 or 5218267. OLE color: 5218267.

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

Color convert

RGB 219 159 79 -
CMYK 0 0.27 0.64 0.14
HSL 34.29º 0.66% 0.58% -
HSV(B) 34.29º 0.64% 0.86% -
XYZ 43.02 40.42 12.93 -
YUV 167.82 77.88 164.5 -
System Red Green Blue C M Y K H S L
Decimal 219 159 79 0 0.27 0.64 0.14 34.29 0.66 0.58
Hex DB 9F 4F 0 1B 40 E 22 42 3A
Octal 333 237 117 0 33 100 16 42 102 72
Binary 11011011 10011111 1001111 0 11011 1000000 1110 100010 1000010 111010

Color Harmonies of #DB9F4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9F4F

Black with #DB9F4F

Text Example


Text Example

White with #DB9F4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9F4F; }

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

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

background-color css

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

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

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

border-color css

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

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

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