Html Css Color HEX #D39B5B Porsche

📋 copy color: '#D39B5B'

red 211 ◦ green 155 ◦ blue 91

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

Shades of Porsche #D39B5B

Tints of Porsche #D39B5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 19.91%

R = 46.17%
G = 33.92%
B = 19.91%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.57

 K value IS 0.17

RGB Variations

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

Color information

#D39B5B (or 0xD39B5B) is known color: Porsche. HEX triplet: D3, 9B and 5B. RGB value is (211,155,91). Sum of RGB (Red+Green+Blue) = 211+155+91=457 (60% of max value = 765). Red value is 211 (82.81% from 255 or 46.17% from 457); Green value is 155 (60.94% from 255 or 33.92% from 457); Blue value is 91 (35.94% from 255 or 19.91% from 457); Max value from RGB is 211 - color contains mainly: red. Hex color #D39B5B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D39B5B is #2C64A4. Grayscale: #A4A4A4. Windows color (decimal): -2909349 or 6003667. OLE color: 6003667.

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

Color convert

RGB 211 155 91 -
CMYK 0 0.27 0.57 0.17
HSL 32º 0.58% 0.59% -
HSV(B) 32º 0.57% 0.83% -
XYZ 40.47 38.05 15.11 -
YUV 164.45 86.55 161.2 -
System Red Green Blue C M Y K H S L
Decimal 211 155 91 0 0.27 0.57 0.17 32 0.58 0.59
Hex D3 9B 5B 0 1B 39 11 20 3A 3B
Octal 323 233 133 0 33 71 21 40 72 73
Binary 11010011 10011011 1011011 0 11011 111001 10001 100000 111010 111011

Color Harmonies of #D39B5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D39B5B

Black with #D39B5B

Text Example


Text Example

White with #D39B5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D39B5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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