Html Css Color HEX #D19B52 Porsche

📋 copy color: '#D19B52'

red 209 ◦ green 155 ◦ blue 82

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

Shades of Porsche #D19B52

Tints of Porsche #D19B52

RGB

 RED value IS 209 (82.03% from 255) = 46.86%

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

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

R = 46.86%
G = 34.75%
B = 18.39%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.61

 K value IS 0.18

RGB Variations

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

Color information

#D19B52 (or 0xD19B52) is known color: Porsche. HEX triplet: D1, 9B and 52. RGB value is (209,155,82). Sum of RGB (Red+Green+Blue) = 209+155+82=446 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.86% from 446); Green value is 155 (60.94% from 255 or 34.75% from 446); Blue value is 82 (32.42% from 255 or 18.39% from 446); Max value from RGB is 209 - color contains mainly: red. Hex color #D19B52 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D19B52 is #2E64AD. Grayscale: #A3A3A3. Windows color (decimal): -3040430 or 5413841. OLE color: 5413841.

HSL color Cylindrical-coordinate representation of color #D19B52: hue angle of 34.49º degrees, saturation: 0.58, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D19B52 is Cyan = 0, Magento = 0.26, Yellow = 0.61 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 155 82 -
CMYK 0 0.26 0.61 0.18
HSL 34.49º 0.58% 0.57% -
HSV(B) 34.49º 0.61% 0.82% -
XYZ 39.54 37.61 13.16 -
YUV 162.82 82.39 160.94 -
System Red Green Blue C M Y K H S L
Decimal 209 155 82 0 0.26 0.61 0.18 34.49 0.58 0.57
Hex D1 9B 52 0 1A 3D 12 22 3A 39
Octal 321 233 122 0 32 75 22 42 72 71
Binary 11010001 10011011 1010010 0 11010 111101 10010 100010 111010 111001

Color Harmonies of #D19B52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D19B52

Black with #D19B52

Text Example


Text Example

White with #D19B52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D19B52; }

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

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

background-color css

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

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

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

border-color css

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

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

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