Html Css Color HEX #D39B53 Porsche

📋 copy color: '#D39B53'

red 211 ◦ green 155 ◦ blue 83

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

Shades of Porsche #D39B53

Tints of Porsche #D39B53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 18.49%

R = 46.99%
G = 34.52%
B = 18.49%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.61

 K value IS 0.17

RGB Variations

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

Color information

#D39B53 (or 0xD39B53) is known color: Porsche. HEX triplet: D3, 9B and 53. RGB value is (211,155,83). Sum of RGB (Red+Green+Blue) = 211+155+83=449 (59% of max value = 765). Red value is 211 (82.81% from 255 or 46.99% from 449); Green value is 155 (60.94% from 255 or 34.52% from 449); Blue value is 83 (32.81% from 255 or 18.49% from 449); Max value from RGB is 211 - color contains mainly: red. Hex color #D39B53 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D39B53 is #2C64AC. Grayscale: #A3A3A3. Windows color (decimal): -2909357 or 5479379. OLE color: 5479379.

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

Color convert

RGB 211 155 83 -
CMYK 0 0.27 0.61 0.17
HSL 33.75º 0.59% 0.58% -
HSV(B) 33.75º 0.61% 0.83% -
XYZ 40.15 37.92 13.39 -
YUV 163.54 82.55 161.85 -
System Red Green Blue C M Y K H S L
Decimal 211 155 83 0 0.27 0.61 0.17 33.75 0.59 0.58
Hex D3 9B 53 0 1B 3D 11 22 3B 3A
Octal 323 233 123 0 33 75 21 42 73 72
Binary 11010011 10011011 1010011 0 11011 111101 10001 100010 111011 111010

Color Harmonies of #D39B53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D39B53

Black with #D39B53

Text Example


Text Example

White with #D39B53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D39B53; }

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

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

background-color css

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

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

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

border-color css

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

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

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