Html Css Color HEX #DB9D5B Porsche

📋 copy color: '#DB9D5B'

red 219 ◦ green 157 ◦ blue 91

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

Shades of Porsche #DB9D5B

Tints of Porsche #DB9D5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 19.49%

R = 46.9%
G = 33.62%
B = 19.49%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.58

 K value IS 0.14

RGB Variations

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

Color information

#DB9D5B (or 0xDB9D5B) is known color: Porsche. HEX triplet: DB, 9D and 5B. RGB value is (219,157,91). Sum of RGB (Red+Green+Blue) = 219+157+91=467 (61% of max value = 765). Red value is 219 (85.94% from 255 or 46.90% from 467); Green value is 157 (61.72% from 255 or 33.62% from 467); Blue value is 91 (35.94% from 255 or 19.49% from 467); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9D5B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB9D5B is #2462A4. Grayscale: #A8A8A8. Windows color (decimal): -2384549 or 6004187. OLE color: 6004187.

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

Color convert

RGB 219 157 91 -
CMYK 0 0.28 0.58 0.14
HSL 30.94º 0.64% 0.61% -
HSV(B) 30.94º 0.58% 0.86% -
XYZ 43.16 39.93 15.33 -
YUV 168.01 84.54 164.37 -
System Red Green Blue C M Y K H S L
Decimal 219 157 91 0 0.28 0.58 0.14 30.94 0.64 0.61
Hex DB 9D 5B 0 1C 3A E 1F 40 3D
Octal 333 235 133 0 34 72 16 37 100 75
Binary 11011011 10011101 1011011 0 11100 111010 1110 11111 1000000 111101

Color Harmonies of #DB9D5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9D5B

Black with #DB9D5B

Text Example


Text Example

White with #DB9D5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9D5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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