Html Css Color HEX #DB9D6A Porsche

📋 copy color: '#DB9D6A'

red 219 ◦ green 157 ◦ blue 106

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

Shades of Porsche #DB9D6A

Tints of Porsche #DB9D6A

RGB

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

 GREEN value IS 157 (61.72% from 255) = 32.57%

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

R = 45.44%
G = 32.57%
B = 21.99%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.52

 K value IS 0.14

RGB Variations

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

Color information

#DB9D6A (or 0xDB9D6A) is known color: Porsche. HEX triplet: DB, 9D and 6A. RGB value is (219,157,106). Sum of RGB (Red+Green+Blue) = 219+157+106=482 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.44% from 482); Green value is 157 (61.72% from 255 or 32.57% from 482); Blue value is 106 (41.80% from 255 or 21.99% from 482); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9D6A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB9D6A is #246295. Grayscale: #A9A9A9. Windows color (decimal): -2384534 or 6987227. OLE color: 6987227.

HSL color Cylindrical-coordinate representation of color #DB9D6A: hue angle of 27.08º 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 #DB9D6A is Cyan = 0, Magento = 0.28, Yellow = 0.52 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 157 106 -
CMYK 0 0.28 0.52 0.14
HSL 27.08º 0.61% 0.64% -
HSV(B) 27.08º 0.52% 0.86% -
XYZ 43.87 40.21 19.09 -
YUV 169.72 92.04 163.15 -
System Red Green Blue C M Y K H S L
Decimal 219 157 106 0 0.28 0.52 0.14 27.08 0.61 0.64
Hex DB 9D 6A 0 1C 34 E 1B 3D 40
Octal 333 235 152 0 34 64 16 33 75 100
Binary 11011011 10011101 1101010 0 11100 110100 1110 11011 111101 1000000

Color Harmonies of #DB9D6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9D6A

Black with #DB9D6A

Text Example


Text Example

White with #DB9D6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9D6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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