Html Css Color HEX #DB9F61 Porsche

📋 copy color: '#DB9F61'

red 219 ◦ green 159 ◦ blue 97

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

Shades of Porsche #DB9F61

Tints of Porsche #DB9F61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 20.42%

R = 46.11%
G = 33.47%
B = 20.42%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.56

 K value IS 0.14

RGB Variations

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

Color information

#DB9F61 (or 0xDB9F61) is known color: Porsche. HEX triplet: DB, 9F and 61. RGB value is (219,159,97). Sum of RGB (Red+Green+Blue) = 219+159+97=475 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.11% from 475); Green value is 159 (62.5% from 255 or 33.47% from 475); Blue value is 97 (38.28% from 255 or 20.42% from 475); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9F61 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB9F61 is #24609E. Grayscale: #AAAAAA. Windows color (decimal): -2384031 or 6397915. OLE color: 6397915.

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

Color convert

RGB 219 159 97 -
CMYK 0 0.27 0.56 0.14
HSL 30.49º 0.63% 0.62% -
HSV(B) 30.49º 0.56% 0.86% -
XYZ 43.77 40.72 16.86 -
YUV 169.87 86.88 163.04 -
System Red Green Blue C M Y K H S L
Decimal 219 159 97 0 0.27 0.56 0.14 30.49 0.63 0.62
Hex DB 9F 61 0 1B 38 E 1E 3F 3E
Octal 333 237 141 0 33 70 16 36 77 76
Binary 11011011 10011111 1100001 0 11011 111000 1110 11110 111111 111110

Color Harmonies of #DB9F61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9F61

Black with #DB9F61

Text Example


Text Example

White with #DB9F61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9F61; }

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

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

background-color css

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

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

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

border-color css

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

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

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