Html Css Color HEX #DB9556 Porsche

📋 copy color: '#DB9556'

red 219 ◦ green 149 ◦ blue 86

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

Shades of Porsche #DB9556

Tints of Porsche #DB9556

RGB

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

 GREEN value IS 149 (58.59% from 255) = 32.82%

 BLUE value IS 86 (33.98% from 255) = 18.94%

R = 48.24%
G = 32.82%
B = 18.94%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.61

 K value IS 0.14

RGB Variations

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

Color information

#DB9556 (or 0xDB9556) is known color: Porsche. HEX triplet: DB, 95 and 56. RGB value is (219,149,86). Sum of RGB (Red+Green+Blue) = 219+149+86=454 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.24% from 454); Green value is 149 (58.59% from 255 or 32.82% from 454); Blue value is 86 (33.98% from 255 or 18.94% from 454); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9556 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB9556 is #246AA9. Grayscale: #A3A3A3. Windows color (decimal): -2386602 or 5674459. OLE color: 5674459.

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

Color convert

RGB 219 149 86 -
CMYK 0 0.32 0.61 0.14
HSL 28.42º 0.65% 0.6% -
HSV(B) 28.42º 0.61% 0.86% -
XYZ 41.64 37.23 13.79 -
YUV 162.75 84.69 168.12 -
System Red Green Blue C M Y K H S L
Decimal 219 149 86 0 0.32 0.61 0.14 28.42 0.65 0.6
Hex DB 95 56 0 20 3D E 1C 41 3C
Octal 333 225 126 0 40 75 16 34 101 74
Binary 11011011 10010101 1010110 0 100000 111101 1110 11100 1000001 111100

Color Harmonies of #DB9556

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9556

Black with #DB9556

Text Example


Text Example

White with #DB9556

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9556; }

 p { color: rgb(219,149,86); }

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

background-color css

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

 a { background-color: rgb(219,149,86); }

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

border-color css

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

 span { border-color: rgb(219,149,86); }

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