Html Css Color HEX #DB9F52 Porsche

📋 copy color: '#DB9F52'

red 219 ◦ green 159 ◦ blue 82

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

Shades of Porsche #DB9F52

Tints of Porsche #DB9F52

RGB

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

 GREEN value IS 159 (62.5% from 255) = 34.57%

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

R = 47.61%
G = 34.57%
B = 17.83%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.63

 K value IS 0.14

RGB Variations

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

Color information

#DB9F52 (or 0xDB9F52) is known color: Porsche. HEX triplet: DB, 9F and 52. RGB value is (219,159,82). Sum of RGB (Red+Green+Blue) = 219+159+82=460 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.61% from 460); Green value is 159 (62.5% from 255 or 34.57% from 460); Blue value is 82 (32.42% from 255 or 17.83% from 460); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9F52 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB9F52 is #2460AD. Grayscale: #A8A8A8. Windows color (decimal): -2384046 or 5414875. OLE color: 5414875.

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

Color convert

RGB 219 159 82 -
CMYK 0 0.27 0.63 0.14
HSL 33.72º 0.66% 0.59% -
HSV(B) 33.72º 0.63% 0.86% -
XYZ 43.13 40.47 13.52 -
YUV 168.16 79.38 164.26 -
System Red Green Blue C M Y K H S L
Decimal 219 159 82 0 0.27 0.63 0.14 33.72 0.66 0.59
Hex DB 9F 52 0 1B 3F E 22 42 3B
Octal 333 237 122 0 33 77 16 42 102 73
Binary 11011011 10011111 1010010 0 11011 111111 1110 100010 1000010 111011

Color Harmonies of #DB9F52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9F52

Black with #DB9F52

Text Example


Text Example

White with #DB9F52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9F52; }

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

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

background-color css

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

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

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

border-color css

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

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

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