Html Css Color HEX #D39B51 Porsche

📋 copy color: '#D39B51'

red 211 ◦ green 155 ◦ blue 81

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

Shades of Porsche #D39B51

Tints of Porsche #D39B51

RGB

 RED value IS 211 (82.81% from 255) = 47.2%

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

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

R = 47.2%
G = 34.68%
B = 18.12%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.62

 K value IS 0.17

RGB Variations

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

Color information

#D39B51 (or 0xD39B51) is known color: Porsche. HEX triplet: D3, 9B and 51. RGB value is (211,155,81). Sum of RGB (Red+Green+Blue) = 211+155+81=447 (59% of max value = 765). Red value is 211 (82.81% from 255 or 47.20% from 447); Green value is 155 (60.94% from 255 or 34.68% from 447); Blue value is 81 (32.03% from 255 or 18.12% from 447); Max value from RGB is 211 - color contains mainly: red. Hex color #D39B51 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D39B51 is #2C64AE. Grayscale: #A3A3A3. Windows color (decimal): -2909359 or 5348307. OLE color: 5348307.

HSL color Cylindrical-coordinate representation of color #D39B51: hue angle of 34.15º degrees, saturation: 0.6, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D39B51 is Cyan = 0, Magento = 0.27, Yellow = 0.62 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 155 81 -
CMYK 0 0.27 0.62 0.17
HSL 34.15º 0.6% 0.57% -
HSV(B) 34.15º 0.62% 0.83% -
XYZ 40.07 37.89 12.99 -
YUV 163.31 81.55 162.02 -
System Red Green Blue C M Y K H S L
Decimal 211 155 81 0 0.27 0.62 0.17 34.15 0.6 0.57
Hex D3 9B 51 0 1B 3E 11 22 3C 39
Octal 323 233 121 0 33 76 21 42 74 71
Binary 11010011 10011011 1010001 0 11011 111110 10001 100010 111100 111001

Color Harmonies of #D39B51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D39B51

Black with #D39B51

Text Example


Text Example

White with #D39B51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D39B51; }

 p { color: rgb(211,155,81); }

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

background-color css

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

 a { background-color: rgb(211,155,81); }

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

border-color css

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

 span { border-color: rgb(211,155,81); }

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