Html Css Color HEX #DB9F62 Porsche

📋 copy color: '#DB9F62'

red 219 ◦ green 159 ◦ blue 98

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

Shades of Porsche #DB9F62

Tints of Porsche #DB9F62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 20.59%

R = 46.01%
G = 33.4%
B = 20.59%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.55

 K value IS 0.14

RGB Variations

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

Color information

#DB9F62 (or 0xDB9F62) is known color: Porsche. HEX triplet: DB, 9F and 62. RGB value is (219,159,98). Sum of RGB (Red+Green+Blue) = 219+159+98=476 (63% of max value = 765). Red value is 219 (85.94% from 255 or 46.01% from 476); Green value is 159 (62.5% from 255 or 33.40% from 476); Blue value is 98 (38.67% from 255 or 20.59% from 476); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9F62 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB9F62 is #24609D. Grayscale: #AAAAAA. Windows color (decimal): -2384030 or 6463451. OLE color: 6463451.

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

Color convert

RGB 219 159 98 -
CMYK 0 0.27 0.55 0.14
HSL 30.25º 0.63% 0.62% -
HSV(B) 30.25º 0.55% 0.86% -
XYZ 43.82 40.74 17.11 -
YUV 169.99 87.38 162.96 -
System Red Green Blue C M Y K H S L
Decimal 219 159 98 0 0.27 0.55 0.14 30.25 0.63 0.62
Hex DB 9F 62 0 1B 37 E 1E 3F 3E
Octal 333 237 142 0 33 67 16 36 77 76
Binary 11011011 10011111 1100010 0 11011 110111 1110 11110 111111 111110

Color Harmonies of #DB9F62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9F62

Black with #DB9F62

Text Example


Text Example

White with #DB9F62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9F62; }

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

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

background-color css

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

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

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

border-color css

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

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

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