Html Css Color HEX #DB9D50 Porsche

📋 copy color: '#DB9D50'

red 219 ◦ green 157 ◦ blue 80

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

Shades of Porsche #DB9D50

Tints of Porsche #DB9D50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 17.54%

R = 48.03%
G = 34.43%
B = 17.54%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.63

 K value IS 0.14

RGB Variations

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

Color information

#DB9D50 (or 0xDB9D50) is known color: Porsche. HEX triplet: DB, 9D and 50. RGB value is (219,157,80). Sum of RGB (Red+Green+Blue) = 219+157+80=456 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.03% from 456); Green value is 157 (61.72% from 255 or 34.43% from 456); Blue value is 80 (31.64% from 255 or 17.54% from 456); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9D50 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB9D50 is #2462AF. Grayscale: #A7A7A7. Windows color (decimal): -2384560 or 5283291. OLE color: 5283291.

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

Color convert

RGB 219 157 80 -
CMYK 0 0.28 0.63 0.14
HSL 33.24º 0.66% 0.59% -
HSV(B) 33.24º 0.63% 0.86% -
XYZ 42.72 39.75 13.01 -
YUV 166.76 79.04 165.26 -
System Red Green Blue C M Y K H S L
Decimal 219 157 80 0 0.28 0.63 0.14 33.24 0.66 0.59
Hex DB 9D 50 0 1C 3F E 21 42 3B
Octal 333 235 120 0 34 77 16 41 102 73
Binary 11011011 10011101 1010000 0 11100 111111 1110 100001 1000010 111011

Color Harmonies of #DB9D50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9D50

Black with #DB9D50

Text Example


Text Example

White with #DB9D50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9D50; }

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

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

background-color css

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

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

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

border-color css

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

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

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