Html Css Color HEX #D39D5B Porsche

📋 copy color: '#D39D5B'

red 211 ◦ green 157 ◦ blue 91

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

Shades of Porsche #D39D5B

Tints of Porsche #D39D5B

RGB

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

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

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

R = 45.97%
G = 34.2%
B = 19.83%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.57

 K value IS 0.17

RGB Variations

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

Color information

#D39D5B (or 0xD39D5B) is known color: Porsche. HEX triplet: D3, 9D and 5B. RGB value is (211,157,91). Sum of RGB (Red+Green+Blue) = 211+157+91=459 (60% of max value = 765). Red value is 211 (82.81% from 255 or 45.97% from 459); Green value is 157 (61.72% from 255 or 34.20% from 459); Blue value is 91 (35.94% from 255 or 19.83% from 459); Max value from RGB is 211 - color contains mainly: red. Hex color #D39D5B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D39D5B is #2C62A4. Grayscale: #A5A5A5. Windows color (decimal): -2908837 or 6004179. OLE color: 6004179.

HSL color Cylindrical-coordinate representation of color #D39D5B: hue angle of 33º 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 #D39D5B is Cyan = 0, Magento = 0.26, Yellow = 0.57 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 157 91 -
CMYK 0 0.26 0.57 0.17
HSL 33º 0.58% 0.59% -
HSV(B) 33º 0.57% 0.83% -
XYZ 40.81 38.72 15.22 -
YUV 165.62 85.89 160.37 -
System Red Green Blue C M Y K H S L
Decimal 211 157 91 0 0.26 0.57 0.17 33 0.58 0.59
Hex D3 9D 5B 0 1A 39 11 21 3A 3B
Octal 323 235 133 0 32 71 21 41 72 73
Binary 11010011 10011101 1011011 0 11010 111001 10001 100001 111010 111011

Color Harmonies of #D39D5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D39D5B

Black with #D39D5B

Text Example


Text Example

White with #D39D5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D39D5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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