Html Css Color HEX #DB995F Porsche

📋 copy color: '#DB995F'

red 219 ◦ green 153 ◦ blue 95

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

Shades of Porsche #DB995F

Tints of Porsche #DB995F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 20.34%

R = 46.9%
G = 32.76%
B = 20.34%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.57

 K value IS 0.14

RGB Variations

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

Color information

#DB995F (or 0xDB995F) is known color: Porsche. HEX triplet: DB, 99 and 5F. RGB value is (219,153,95). Sum of RGB (Red+Green+Blue) = 219+153+95=467 (61% of max value = 765). Red value is 219 (85.94% from 255 or 46.90% from 467); Green value is 153 (60.16% from 255 or 32.76% from 467); Blue value is 95 (37.5% from 255 or 20.34% from 467); Max value from RGB is 219 - color contains mainly: red. Hex color #DB995F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB995F is #2466A0. Grayscale: #A6A6A6. Windows color (decimal): -2385569 or 6265307. OLE color: 6265307.

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

Color convert

RGB 219 153 95 -
CMYK 0 0.30 0.57 0.14
HSL 28.06º 0.63% 0.62% -
HSV(B) 28.06º 0.57% 0.86% -
XYZ 42.67 38.67 16.04 -
YUV 166.12 87.87 165.72 -
System Red Green Blue C M Y K H S L
Decimal 219 153 95 0 0.30 0.57 0.14 28.06 0.63 0.62
Hex DB 99 5F 0 1E 39 E 1C 3F 3E
Octal 333 231 137 0 36 71 16 34 77 76
Binary 11011011 10011001 1011111 0 11110 111001 1110 11100 111111 111110

Color Harmonies of #DB995F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB995F

Black with #DB995F

Text Example


Text Example

White with #DB995F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB995F; }

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

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

background-color css

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

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

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

border-color css

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

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

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