Html Css Color HEX #DB9F65 Porsche

📋 copy color: '#DB9F65'

red 219 ◦ green 159 ◦ blue 101

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

Shades of Porsche #DB9F65

Tints of Porsche #DB9F65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 21.09%

R = 45.72%
G = 33.19%
B = 21.09%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.54

 K value IS 0.14

RGB Variations

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

Color information

#DB9F65 (or 0xDB9F65) is known color: Porsche. HEX triplet: DB, 9F and 65. RGB value is (219,159,101). Sum of RGB (Red+Green+Blue) = 219+159+101=479 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.72% from 479); Green value is 159 (62.5% from 255 or 33.19% from 479); Blue value is 101 (39.84% from 255 or 21.09% from 479); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9F65 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB9F65 is #24609A. Grayscale: #AAAAAA. Windows color (decimal): -2384027 or 6660059. OLE color: 6660059.

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

Color convert

RGB 219 159 101 -
CMYK 0 0.27 0.54 0.14
HSL 29.49º 0.62% 0.63% -
HSV(B) 29.49º 0.54% 0.86% -
XYZ 43.96 40.8 17.87 -
YUV 170.33 88.88 162.72 -
System Red Green Blue C M Y K H S L
Decimal 219 159 101 0 0.27 0.54 0.14 29.49 0.62 0.63
Hex DB 9F 65 0 1B 36 E 1D 3E 3F
Octal 333 237 145 0 33 66 16 35 76 77
Binary 11011011 10011111 1100101 0 11011 110110 1110 11101 111110 111111

Color Harmonies of #DB9F65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9F65

Black with #DB9F65

Text Example


Text Example

White with #DB9F65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9F65; }

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

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

background-color css

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

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

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

border-color css

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

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

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