Html Css Color HEX #DB9D52 Porsche

📋 copy color: '#DB9D52'

red 219 ◦ green 157 ◦ blue 82

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

Shades of Porsche #DB9D52

Tints of Porsche #DB9D52

RGB

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

 GREEN value IS 157 (61.72% from 255) = 34.28%

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

R = 47.82%
G = 34.28%
B = 17.9%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.63

 K value IS 0.14

RGB Variations

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

Color information

#DB9D52 (or 0xDB9D52) is known color: Porsche. HEX triplet: DB, 9D and 52. RGB value is (219,157,82). Sum of RGB (Red+Green+Blue) = 219+157+82=458 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.82% from 458); Green value is 157 (61.72% from 255 or 34.28% from 458); Blue value is 82 (32.42% from 255 or 17.90% from 458); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9D52 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB9D52 is #2462AD. Grayscale: #A7A7A7. Windows color (decimal): -2384558 or 5414363. OLE color: 5414363.

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

Color convert

RGB 219 157 82 -
CMYK 0 0.28 0.63 0.14
HSL 32.85º 0.66% 0.59% -
HSV(B) 32.85º 0.63% 0.86% -
XYZ 42.79 39.78 13.41 -
YUV 166.99 80.04 165.1 -
System Red Green Blue C M Y K H S L
Decimal 219 157 82 0 0.28 0.63 0.14 32.85 0.66 0.59
Hex DB 9D 52 0 1C 3F E 21 42 3B
Octal 333 235 122 0 34 77 16 41 102 73
Binary 11011011 10011101 1010010 0 11100 111111 1110 100001 1000010 111011

Color Harmonies of #DB9D52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9D52

Black with #DB9D52

Text Example


Text Example

White with #DB9D52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9D52; }

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

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

background-color css

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

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

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

border-color css

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

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

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