Html Css Color HEX #DB9951 Porsche

📋 copy color: '#DB9951'

red 219 ◦ green 153 ◦ blue 81

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

Shades of Porsche #DB9951

Tints of Porsche #DB9951

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 17.88%

R = 48.34%
G = 33.77%
B = 17.88%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.63

 K value IS 0.14

RGB Variations

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

Color information

#DB9951 (or 0xDB9951) is known color: Porsche. HEX triplet: DB, 99 and 51. RGB value is (219,153,81). Sum of RGB (Red+Green+Blue) = 219+153+81=453 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.34% from 453); Green value is 153 (60.16% from 255 or 33.77% from 453); Blue value is 81 (32.03% from 255 or 17.88% from 453); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9951 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB9951 is #2466AE. Grayscale: #A4A4A4. Windows color (decimal): -2385583 or 5347803. OLE color: 5347803.

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

Color convert

RGB 219 153 81 -
CMYK 0 0.30 0.63 0.14
HSL 31.3º 0.66% 0.59% -
HSV(B) 31.3º 0.63% 0.86% -
XYZ 42.09 38.44 12.99 -
YUV 164.53 80.87 166.85 -
System Red Green Blue C M Y K H S L
Decimal 219 153 81 0 0.30 0.63 0.14 31.3 0.66 0.59
Hex DB 99 51 0 1E 3F E 1F 42 3B
Octal 333 231 121 0 36 77 16 37 102 73
Binary 11011011 10011001 1010001 0 11110 111111 1110 11111 1000010 111011

Color Harmonies of #DB9951

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9951

Black with #DB9951

Text Example


Text Example

White with #DB9951

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9951; }

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

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

background-color css

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

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

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

border-color css

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

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

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