Html Css Color HEX #DB9D5E Porsche

📋 copy color: '#DB9D5E'

red 219 ◦ green 157 ◦ blue 94

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

Shades of Porsche #DB9D5E

Tints of Porsche #DB9D5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 20%

R = 46.6%
G = 33.4%
B = 20%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.57

 K value IS 0.14

RGB Variations

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

Color information

#DB9D5E (or 0xDB9D5E) is known color: Porsche. HEX triplet: DB, 9D and 5E. RGB value is (219,157,94). Sum of RGB (Red+Green+Blue) = 219+157+94=470 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.60% from 470); Green value is 157 (61.72% from 255 or 33.40% from 470); Blue value is 94 (37.11% from 255 or 20% from 470); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9D5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB9D5E is #2462A1. Grayscale: #A8A8A8. Windows color (decimal): -2384546 or 6200795. OLE color: 6200795.

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

Color convert

RGB 219 157 94 -
CMYK 0 0.28 0.57 0.14
HSL 30.24º 0.63% 0.61% -
HSV(B) 30.24º 0.57% 0.86% -
XYZ 43.29 39.98 16.03 -
YUV 168.36 86.04 164.12 -
System Red Green Blue C M Y K H S L
Decimal 219 157 94 0 0.28 0.57 0.14 30.24 0.63 0.61
Hex DB 9D 5E 0 1C 39 E 1E 3F 3D
Octal 333 235 136 0 34 71 16 36 77 75
Binary 11011011 10011101 1011110 0 11100 111001 1110 11110 111111 111101

Color Harmonies of #DB9D5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9D5E

Black with #DB9D5E

Text Example


Text Example

White with #DB9D5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9D5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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