Html Css Color HEX #DB9E5D Porsche

📋 copy color: '#DB9E5D'

red 219 ◦ green 158 ◦ blue 93

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

Shades of Porsche #DB9E5D

Tints of Porsche #DB9E5D

RGB

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

 GREEN value IS 158 (62.11% from 255) = 33.62%

 BLUE value IS 93 (36.72% from 255) = 19.79%

R = 46.6%
G = 33.62%
B = 19.79%

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

#DB9E5D (or 0xDB9E5D) is known color: Porsche. HEX triplet: DB, 9E and 5D. RGB value is (219,158,93). Sum of RGB (Red+Green+Blue) = 219+158+93=470 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.60% from 470); Green value is 158 (62.11% from 255 or 33.62% from 470); Blue value is 93 (36.72% from 255 or 19.79% from 470); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9E5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB9E5D is #2461A2. Grayscale: #A9A9A9. Windows color (decimal): -2384291 or 6135515. OLE color: 6135515.

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

Color convert

RGB 219 158 93 -
CMYK 0 0.28 0.58 0.14
HSL 30.95º 0.64% 0.61% -
HSV(B) 30.95º 0.58% 0.86% -
XYZ 43.42 40.3 15.85 -
YUV 168.83 85.21 163.79 -
System Red Green Blue C M Y K H S L
Decimal 219 158 93 0 0.28 0.58 0.14 30.95 0.64 0.61
Hex DB 9E 5D 0 1C 3A E 1F 40 3D
Octal 333 236 135 0 34 72 16 37 100 75
Binary 11011011 10011110 1011101 0 11100 111010 1110 11111 1000000 111101

Color Harmonies of #DB9E5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9E5D

Black with #DB9E5D

Text Example


Text Example

White with #DB9E5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9E5D; }

 p { color: rgb(219,158,93); }

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

background-color css

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

 a { background-color: rgb(219,158,93); }

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

border-color css

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

 span { border-color: rgb(219,158,93); }

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