Html Css Color HEX #D39B5A Porsche

📋 copy color: '#D39B5A'

red 211 ◦ green 155 ◦ blue 90

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

Shades of Porsche #D39B5A

Tints of Porsche #D39B5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 19.74%

R = 46.27%
G = 33.99%
B = 19.74%

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

#D39B5A (or 0xD39B5A) is known color: Porsche. HEX triplet: D3, 9B and 5A. RGB value is (211,155,90). Sum of RGB (Red+Green+Blue) = 211+155+90=456 (60% of max value = 765). Red value is 211 (82.81% from 255 or 46.27% from 456); Green value is 155 (60.94% from 255 or 33.99% from 456); Blue value is 90 (35.55% from 255 or 19.74% from 456); Max value from RGB is 211 - color contains mainly: red. Hex color #D39B5A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D39B5A is #2C64A5. Grayscale: #A4A4A4. Windows color (decimal): -2909350 or 5938131. OLE color: 5938131.

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

Color convert

RGB 211 155 90 -
CMYK 0 0.27 0.57 0.17
HSL 32.23º 0.58% 0.59% -
HSV(B) 32.23º 0.57% 0.83% -
XYZ 40.43 38.03 14.88 -
YUV 164.33 86.05 161.29 -
System Red Green Blue C M Y K H S L
Decimal 211 155 90 0 0.27 0.57 0.17 32.23 0.58 0.59
Hex D3 9B 5A 0 1B 39 11 20 3A 3B
Octal 323 233 132 0 33 71 21 40 72 73
Binary 11010011 10011011 1011010 0 11011 111001 10001 100000 111010 111011

Color Harmonies of #D39B5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D39B5A

Black with #D39B5A

Text Example


Text Example

White with #D39B5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D39B5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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