Html Css Color HEX #DB9965 Porsche

📋 copy color: '#DB9965'

red 219 ◦ green 153 ◦ blue 101

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

Shades of Porsche #DB9965

Tints of Porsche #DB9965

RGB

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

 GREEN value IS 153 (60.16% from 255) = 32.35%

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

R = 46.3%
G = 32.35%
B = 21.35%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.54

 K value IS 0.14

RGB Variations

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

Color information

#DB9965 (or 0xDB9965) is known color: Porsche. HEX triplet: DB, 99 and 65. RGB value is (219,153,101). Sum of RGB (Red+Green+Blue) = 219+153+101=473 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.30% from 473); Green value is 153 (60.16% from 255 or 32.35% from 473); Blue value is 101 (39.84% from 255 or 21.35% from 473); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9965 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB9965 is #24669A. Grayscale: #A7A7A7. Windows color (decimal): -2385563 or 6658523. OLE color: 6658523.

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

Color convert

RGB 219 153 101 -
CMYK 0 0.30 0.54 0.14
HSL 26.44º 0.62% 0.63% -
HSV(B) 26.44º 0.54% 0.86% -
XYZ 42.95 38.78 17.53 -
YUV 166.81 90.87 165.23 -
System Red Green Blue C M Y K H S L
Decimal 219 153 101 0 0.30 0.54 0.14 26.44 0.62 0.63
Hex DB 99 65 0 1E 36 E 1A 3E 3F
Octal 333 231 145 0 36 66 16 32 76 77
Binary 11011011 10011001 1100101 0 11110 110110 1110 11010 111110 111111

Color Harmonies of #DB9965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9965

Black with #DB9965

Text Example


Text Example

White with #DB9965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9965; }

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

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

background-color css

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

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

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

border-color css

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

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

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