Html Css Color HEX #DB9F6A Porsche

📋 copy color: '#DB9F6A'

red 219 ◦ green 159 ◦ blue 106

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

Shades of Porsche #DB9F6A

Tints of Porsche #DB9F6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 21.9%

R = 45.25%
G = 32.85%
B = 21.9%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.52

 K value IS 0.14

RGB Variations

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

Color information

#DB9F6A (or 0xDB9F6A) is known color: Porsche. HEX triplet: DB, 9F and 6A. RGB value is (219,159,106). Sum of RGB (Red+Green+Blue) = 219+159+106=484 (64% of max value = 765). Red value is 219 (85.94% from 255 or 45.25% from 484); Green value is 159 (62.5% from 255 or 32.85% from 484); Blue value is 106 (41.80% from 255 or 21.90% from 484); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9F6A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB9F6A is #246095. Grayscale: #ABABAB. Windows color (decimal): -2384022 or 6987739. OLE color: 6987739.

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

Color convert

RGB 219 159 106 -
CMYK 0 0.27 0.52 0.14
HSL 28.14º 0.61% 0.64% -
HSV(B) 28.14º 0.52% 0.86% -
XYZ 44.21 40.9 19.2 -
YUV 170.9 91.38 162.31 -
System Red Green Blue C M Y K H S L
Decimal 219 159 106 0 0.27 0.52 0.14 28.14 0.61 0.64
Hex DB 9F 6A 0 1B 34 E 1C 3D 40
Octal 333 237 152 0 33 64 16 34 75 100
Binary 11011011 10011111 1101010 0 11011 110100 1110 11100 111101 1000000

Color Harmonies of #DB9F6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9F6A

Black with #DB9F6A

Text Example


Text Example

White with #DB9F6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9F6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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