Html Css Color HEX #DB9451 Porsche

📋 copy color: '#DB9451'

red 219 ◦ green 148 ◦ blue 81

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

Shades of Porsche #DB9451

Tints of Porsche #DB9451

RGB

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

 GREEN value IS 148 (58.2% from 255) = 33.04%

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

R = 48.88%
G = 33.04%
B = 18.08%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.63

 K value IS 0.14

RGB Variations

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

Color information

#DB9451 (or 0xDB9451) is known color: Porsche. HEX triplet: DB, 94 and 51. RGB value is (219,148,81). Sum of RGB (Red+Green+Blue) = 219+148+81=448 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.88% from 448); Green value is 148 (58.20% from 255 or 33.04% from 448); Blue value is 81 (32.03% from 255 or 18.08% from 448); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9451 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB9451 is #246BAE. Grayscale: #A1A1A1. Windows color (decimal): -2386863 or 5346523. OLE color: 5346523.

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

Color convert

RGB 219 148 81 -
CMYK 0 0.32 0.63 0.14
HSL 29.13º 0.66% 0.59% -
HSV(B) 29.13º 0.63% 0.86% -
XYZ 41.29 36.83 12.72 -
YUV 161.59 82.52 168.95 -
System Red Green Blue C M Y K H S L
Decimal 219 148 81 0 0.32 0.63 0.14 29.13 0.66 0.59
Hex DB 94 51 0 20 3F E 1D 42 3B
Octal 333 224 121 0 40 77 16 35 102 73
Binary 11011011 10010100 1010001 0 100000 111111 1110 11101 1000010 111011

Color Harmonies of #DB9451

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9451

Black with #DB9451

Text Example


Text Example

White with #DB9451

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9451; }

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

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

background-color css

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

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

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

border-color css

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

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

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