Html Css Color HEX #DB9E65 Porsche

📋 copy color: '#DB9E65'

red 219 ◦ green 158 ◦ blue 101

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

Shades of Porsche #DB9E65

Tints of Porsche #DB9E65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 21.13%

R = 45.82%
G = 33.05%
B = 21.13%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.54

 K value IS 0.14

RGB Variations

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

Color information

#DB9E65 (or 0xDB9E65) is known color: Porsche. HEX triplet: DB, 9E and 65. RGB value is (219,158,101). Sum of RGB (Red+Green+Blue) = 219+158+101=478 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.82% from 478); Green value is 158 (62.11% from 255 or 33.05% from 478); Blue value is 101 (39.84% from 255 or 21.13% from 478); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9E65 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB9E65 is #24619A. Grayscale: #AAAAAA. Windows color (decimal): -2384283 or 6659803. OLE color: 6659803.

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

Color convert

RGB 219 158 101 -
CMYK 0 0.28 0.54 0.14
HSL 28.98º 0.62% 0.63% -
HSV(B) 28.98º 0.54% 0.86% -
XYZ 43.79 40.45 17.81 -
YUV 169.74 89.21 163.13 -
System Red Green Blue C M Y K H S L
Decimal 219 158 101 0 0.28 0.54 0.14 28.98 0.62 0.63
Hex DB 9E 65 0 1C 36 E 1D 3E 3F
Octal 333 236 145 0 34 66 16 35 76 77
Binary 11011011 10011110 1100101 0 11100 110110 1110 11101 111110 111111

Color Harmonies of #DB9E65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9E65

Black with #DB9E65

Text Example


Text Example

White with #DB9E65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9E65; }

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

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

background-color css

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

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

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

border-color css

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

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

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