Html Css Color HEX #DB9B52 Porsche

📋 copy color: '#DB9B52'

red 219 ◦ green 155 ◦ blue 82

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

Shades of Porsche #DB9B52

Tints of Porsche #DB9B52

RGB

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

 GREEN value IS 155 (60.94% from 255) = 33.99%

 BLUE value IS 82 (32.42% from 255) = 17.98%

R = 48.03%
G = 33.99%
B = 17.98%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.63

 K value IS 0.14

RGB Variations

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

Color information

#DB9B52 (or 0xDB9B52) is known color: Porsche. HEX triplet: DB, 9B and 52. RGB value is (219,155,82). Sum of RGB (Red+Green+Blue) = 219+155+82=456 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.03% from 456); Green value is 155 (60.94% from 255 or 33.99% from 456); Blue value is 82 (32.42% from 255 or 17.98% from 456); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9B52 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB9B52 is #2464AD. Grayscale: #A6A6A6. Windows color (decimal): -2385070 or 5413851. OLE color: 5413851.

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

Color convert

RGB 219 155 82 -
CMYK 0 0.29 0.63 0.14
HSL 31.97º 0.66% 0.59% -
HSV(B) 31.97º 0.63% 0.86% -
XYZ 42.46 39.11 13.29 -
YUV 165.81 80.7 165.94 -
System Red Green Blue C M Y K H S L
Decimal 219 155 82 0 0.29 0.63 0.14 31.97 0.66 0.59
Hex DB 9B 52 0 1D 3F E 20 42 3B
Octal 333 233 122 0 35 77 16 40 102 73
Binary 11011011 10011011 1010010 0 11101 111111 1110 100000 1000010 111011

Color Harmonies of #DB9B52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9B52

Black with #DB9B52

Text Example


Text Example

White with #DB9B52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9B52; }

 p { color: rgb(219,155,82); }

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

background-color css

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

 a { background-color: rgb(219,155,82); }

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

border-color css

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

 span { border-color: rgb(219,155,82); }

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