Html Css Color HEX #DB9554 Porsche

📋 copy color: '#DB9554'

red 219 ◦ green 149 ◦ blue 84

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

Shades of Porsche #DB9554

Tints of Porsche #DB9554

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 18.58%

R = 48.45%
G = 32.96%
B = 18.58%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.62

 K value IS 0.14

RGB Variations

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

Color information

#DB9554 (or 0xDB9554) is known color: Porsche. HEX triplet: DB, 95 and 54. RGB value is (219,149,84). Sum of RGB (Red+Green+Blue) = 219+149+84=452 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.45% from 452); Green value is 149 (58.59% from 255 or 32.96% from 452); Blue value is 84 (33.20% from 255 or 18.58% from 452); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9554 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB9554 is #246AAB. Grayscale: #A2A2A2. Windows color (decimal): -2386604 or 5543387. OLE color: 5543387.

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

Color convert

RGB 219 149 84 -
CMYK 0 0.32 0.62 0.14
HSL 28.89º 0.65% 0.59% -
HSV(B) 28.89º 0.62% 0.86% -
XYZ 41.56 37.2 13.38 -
YUV 162.52 83.69 168.29 -
System Red Green Blue C M Y K H S L
Decimal 219 149 84 0 0.32 0.62 0.14 28.89 0.65 0.59
Hex DB 95 54 0 20 3E E 1D 41 3B
Octal 333 225 124 0 40 76 16 35 101 73
Binary 11011011 10010101 1010100 0 100000 111110 1110 11101 1000001 111011

Color Harmonies of #DB9554

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9554

Black with #DB9554

Text Example


Text Example

White with #DB9554

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9554; }

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

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

background-color css

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

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

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

border-color css

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

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

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