Html Css Color HEX #DB9D57 Porsche

📋 copy color: '#DB9D57'

red 219 ◦ green 157 ◦ blue 87

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

Shades of Porsche #DB9D57

Tints of Porsche #DB9D57

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 18.79%

R = 47.3%
G = 33.91%
B = 18.79%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.60

 K value IS 0.14

RGB Variations

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

Color information

#DB9D57 (or 0xDB9D57) is known color: Porsche. HEX triplet: DB, 9D and 57. RGB value is (219,157,87). Sum of RGB (Red+Green+Blue) = 219+157+87=463 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.30% from 463); Green value is 157 (61.72% from 255 or 33.91% from 463); Blue value is 87 (34.38% from 255 or 18.79% from 463); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9D57 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB9D57 is #2462A8. Grayscale: #A7A7A7. Windows color (decimal): -2384553 or 5742043. OLE color: 5742043.

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

Color convert

RGB 219 157 87 -
CMYK 0 0.28 0.60 0.14
HSL 31.82º 0.65% 0.6% -
HSV(B) 31.82º 0.6% 0.86% -
XYZ 42.99 39.86 14.45 -
YUV 167.56 82.54 164.69 -
System Red Green Blue C M Y K H S L
Decimal 219 157 87 0 0.28 0.60 0.14 31.82 0.65 0.6
Hex DB 9D 57 0 1C 3C E 20 41 3C
Octal 333 235 127 0 34 74 16 40 101 74
Binary 11011011 10011101 1010111 0 11100 111100 1110 100000 1000001 111100

Color Harmonies of #DB9D57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9D57

Black with #DB9D57

Text Example


Text Example

White with #DB9D57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9D57; }

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

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

background-color css

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

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

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

border-color css

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

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

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